https://bugs.winehq.org/show_bug.cgi?id=36575
Bug ID: 36575 Summary: valgrind shows a couple possible leaks in urlmon/tests/sec_mgr.c Product: Wine Version: 1.7.19 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: urlmon Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
../../../tools/runtest -q -P wine -T ../../.. -M urlmon.dll -p urlmon_test.exe.so sec_mgr && touch sec_mgr.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 fixme:urlmon:SecManagerImpl_GetSecurityIdEx2 dwReserved is not supported yet ==28354== 8 bytes in 1 blocks are possibly lost in loss record 37 of 599 ==28354== at 0x7BC4C6DF: notify_alloc (heap.c:255) ==28354== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716) ==28354== by 0x7B8457FF: HeapAlloc (heap.c:271) ==28354== by 0x7B845AD4: GlobalAlloc (heap.c:376) ==28354== by 0x516B4C7: OLEClipbrd_Initialize (clipboard.c:1732) ==28354== by 0x51A48E6: OleInitialize (ole2.c:215) ==28354== by 0x4CE4B3A: func_sec_mgr (sec_mgr.c:2043) ==28354== by 0x4D16166: run_test (test.h:584) ==28354== by 0x4D16555: main (test.h:654) ==28354==
preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==28354== 36 bytes in 1 blocks are possibly lost in loss record 231 of 599 ==28354== at 0x7BC4C6DF: notify_alloc (heap.c:255) ==28354== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716) ==28354== by 0x4EC359D: heap_alloc (urlmon_main.h:236) ==28354== by 0x4EC3B3C: register_namespace (session.c:126) ==28354== by 0x4EC4832: InternetSession_RegisterNameSpace (session.c:375) ==28354== by 0x4CE20A2: register_protocols (urlmon.h:3759) ==28354== by 0x4CE4B42: func_sec_mgr (sec_mgr.c:2044) ==28354== by 0x4D16166: run_test (test.h:584) ==28354== by 0x4D16555: main (test.h:654) ==28354==
https://bugs.winehq.org/show_bug.cgi?id=36575
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind