[Bug 36578] New: valgrind shows several definite leaks in urlmon/tests/url.c

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


https://bugs.winehq.org/show_bug.cgi?id=36578

            Bug ID: 36578
           Summary: valgrind shows several definite leaks in
                    urlmon/tests/url.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

==23547== 8 bytes in 1 blocks are definitely lost in loss record 384 of 6,179
==23547==    at 0x7BC4C6DF: notify_alloc (heap.c:255)
==23547==    by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==23547==    by 0x8C3E633: SECUR32_makeSecHandle (wrapper.c:44)
==23547==    by 0x8C3F148: InitializeSecurityContextW (wrapper.c:354)
==23547==    by 0x65D180A: netcon_secure_connect_setup (netconnection.c:538)
==23547==    by 0x65D2170: NETCON_secure_connect (netconnection.c:686)
==23547==    by 0x65C048F: HTTP_HttpSendRequestW (http.c:4925)
==23547==    by 0x65C11FA: AsyncHttpSendRequestProc (http.c:5182)
==23547==    by 0x65CDD83: INTERNET_WorkerThreadFunc (internet.c:3840)
==23547==    by 0x7BC90A24: worker_thread_proc (threadpool.c:110)
==23547==    by 0x7BC870C7: ??? (signal_i386.c:2571)
==23547==    by 0x7BC87110: call_thread_func (signal_i386.c:2630)
==23547==    by 0x7BC870A5: ??? (signal_i386.c:2571)
==23547==    by 0x7BC8E4EC: start_thread (thread.c:428)
==23547==    by 0x421FF92: start_thread (pthread_create.c:309)
==23547==    by 0x43247ED: clone (clone.S:129)
==23547== 

==5217== 20 bytes in 1 blocks are definitely lost in loss record 1,185 of 6,082
==5217==    at 0x7BC4C6DF: notify_alloc (heap.c:255)
==5217==    by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==5217==    by 0x4EBFBC7: heap_alloc (urlmon_main.h:236)
==5217==    by 0x4EC1915: create_moniker (umon.c:545)
==5217==    by 0x4EC1CCE: CreateURLMonikerEx (umon.c:656)
==5217==    by 0x4EC1FC3: CreateURLMoniker (umon.c:734)
==5217==    by 0x4CFE492: test_BindToStorage (url.c:2915)
==5217==    by 0x4D05327: func_url (url.c:4077)
==5217==    by 0x4D06166: run_test (test.h:584)
==5217==    by 0x4D06555: main (test.h:654)
==5217== 

==5217== 36 bytes in 1 blocks are possibly lost in loss record 2,510 of 6,082
==5217==    at 0x7BC4C6DF: notify_alloc (heap.c:255)
==5217==    by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==5217==    by 0x4EBD59D: heap_alloc (urlmon_main.h:236)
==5217==    by 0x4EBDB3C: register_namespace (session.c:126)
==5217==    by 0x4EBE832: InternetSession_RegisterNameSpace (session.c:375)
==5217==    by 0x4D0417D: register_protocols (urlmon.h:3759)
==5217==    by 0x4D0432A: func_url (url.c:3865)
==5217==    by 0x4D06166: run_test (test.h:584)
==5217==    by 0x4D06555: main (test.h:654)
==5217==

-- 
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