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@winehq.org Reporter: austinenglish@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==
https://bugs.winehq.org/show_bug.cgi?id=36578
--- Comment #1 from Austin English austinenglish@gmail.com --- Also ==26726== 132 bytes in 1 blocks are definitely lost in loss record 5,038 of 6,165 ==26726== at 0x7BC4C6DF: notify_alloc (heap.c:255) ==26726== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716) ==26726== by 0x503589E: heap_alloc_zero (urlmon_main.h:241) ==26726== by 0x504494B: Uri_Construct (uri.c:5654) ==26726== by 0x5044B63: CreateUri (uri.c:5727) ==26726== by 0x5033CAB: CreateURLMonikerEx (umon.c:651) ==26726== by 0x5033FC3: CreateURLMoniker (umon.c:734) ==26726== by 0x4EAA577: test_BindToObject (url.c:3238) ==26726== by 0x4EAE693: func_url (url.c:3913) ==26726== by 0x4EB0166: run_test (test.h:584) ==26726== by 0x4EB0555: main (test.h:654) ==26726==
https://bugs.winehq.org/show_bug.cgi?id=36578
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind
https://bugs.winehq.org/show_bug.cgi?id=36578
--- Comment #2 from Austin English austinenglish@gmail.com --- ==1042== 8 bytes in 1 blocks are definitely lost in loss record 129 of 2,730 ==1042== at 0x7BC51061: notify_alloc (heap.c:254) ==1042== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716) ==1042== by 0xB6A63CE: InitializeSecurityContextW (wrapper.c:354) ==1042== by 0x5D21E7E: netcon_secure_connect_setup (netconnection.c:467) ==1042== by 0x5D227C4: NETCON_secure_connect (netconnection.c:617) ==1042== by 0x5D116F8: HTTP_HttpSendRequestW (http.c:4932) ==1042== by 0x5D1251D: AsyncHttpSendRequestProc (http.c:5190) ==1042== by 0x5D1E5DE: INTERNET_WorkerThreadFunc (internet.c:3724) ==1042== by 0x7BC9E2D7: process_rtl_work_item (threadpool.c:349) ==1042== by 0x7BCA2224: threadpool_worker_proc (threadpool.c:2112) ==1042== by 0x7BC913B3: ??? (signal_i386.c:2700) ==1042== by 0x7BC9143B: call_thread_func (signal_i386.c:2759) ==1042== by 0x7BC91391: ??? (signal_i386.c:2700) ==1042== by 0x7BC9B3EE: start_thread (thread.c:487) ==1042== by 0x4244249: start_thread (pthread_create.c:333) ==1042== by 0x433FD6D: clone (clone.S:114) ==1042==