https://bugs.winehq.org/show_bug.cgi?id=38465
Bug ID: 38465 Summary: valgrind shows a definite leak in wininet/tests/http.c Product: Wine Version: 1.7.41 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase, valgrind Severity: normal Priority: P2 Component: wininet Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com Distribution: Debian
==18670== 400 bytes in 8 blocks are definitely lost in loss record 617 of 744 ==18670== at 0x7BC49E0E: notify_alloc (heap.c:254) ==18670== by 0x7BC4E044: RtlAllocateHeap (heap.c:1715) ==18670== by 0x48D9907: heap_alloc (internet.h:93) ==18670== by 0x48DB399: get_cookie_header (cookie.c:701) ==18670== by 0x48F04AA: HTTP_InsertCookies (http.c:4215) ==18670== by 0x48F298E: HTTP_HttpSendRequestW (http.c:4947) ==18670== by 0x48F35E9: AsyncHttpSendRequestProc (http.c:5212) ==18670== by 0x48FEAF7: INTERNET_WorkerThreadFunc (internet.c:3836) ==18670== by 0x7BC89323: worker_thread_proc (threadpool.c:164) ==18670== by 0x7BC8023F: ??? (signal_i386.c:2682) ==18670== by 0x7BC80286: call_thread_func (signal_i386.c:2741) ==18670== by 0x7BC8021D: ??? (signal_i386.c:2682) ==18670== by 0x7BC8726D: start_thread (thread.c:443) ==18670== by 0x4214EFA: start_thread (pthread_create.c:309) ==18670== by 0x431362D: clone (clone.S:129) ==18670==