https://bugs.winehq.org/show_bug.cgi?id=38463
Bug ID: 38463 Summary: valgrind shows a possible leak in winhttp/tests/winhttp.c WinHttpSendRequest() Product: Wine Version: 1.7.41 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase, valgrind Severity: normal Priority: P2 Component: winhttp Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com Distribution: Debian
==18633== 32 bytes in 1 blocks are possibly lost in loss record 255 of 825 ==18633== at 0x7BC49E0E: notify_alloc (heap.c:254) ==18633== by 0x7BC4E044: RtlAllocateHeap (heap.c:1715) ==18633== by 0x7BC38BE1: RtlInitializeCriticalSectionEx (critsection.c:326) ==18633== by 0x7B870063: InitializeCriticalSectionEx (sync.c:354) ==18633== by 0x7B86FFF7: InitializeCriticalSection (sync.c:311) ==18633== by 0x48A9354: queue_task (request.c:251) ==18633== by 0x48AC0A9: WinHttpSendRequest (request.c:1269) ==18633== by 0x48B1F05: request_send (request.c:3453) ==18633== by 0x48B1FB0: request_send_and_receive (request.c:3472) ==18633== by 0x48B1FF5: send_and_receive_proc (request.c:3480) ==18633== by 0x7BC8023F: ??? (signal_i386.c:2682) ==18633== by 0x7BC80286: call_thread_func (signal_i386.c:2741) ==18633== by 0x7BC8021D: ??? (signal_i386.c:2682) ==18633== by 0x7BC8726D: start_thread (thread.c:443) ==18633== by 0x4214EFA: start_thread (pthread_create.c:309) ==18633== by 0x431362D: clone (clone.S:129) ==18633==