[Bug 36575] New: valgrind shows a couple possible leaks in urlmon/tests/sec_mgr.c

wine-bugs at winehq.org wine-bugs at winehq.org
Thu May 29 15:01:28 CDT 2014


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 at winehq.org
          Reporter: austinenglish at 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==

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list