https://bugs.winehq.org/show_bug.cgi?id=36782
Bug ID: 36782 Summary: valgrind shows a leak in kernel32/tests/thread.c Product: Wine Version: 1.7.20 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase, valgrind Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com CC: sebastian@fds-team.de
==26950== 12 bytes in 1 blocks are definitely lost in loss record 19 of 288 ==26950== at 0x7BC49369: notify_alloc (heap.c:255) ==26950== by 0x7BC4D59F: RtlAllocateHeap (heap.c:1716) ==26950== by 0x7BC85CAE: RtlCreateUserThread (thread.c:517) ==26950== by 0x7B87363F: CreateRemoteThread (thread.c:88) ==26950== by 0x7B8735C4: CreateThread (thread.c:54) ==26950== by 0x4E37165: test_thread_actctx (thread.c:1587) ==26950== by 0x4E37B00: func_thread (thread.c:1772) ==26950== by 0x4E53A4E: run_test (test.h:584) ==26950== by 0x4E53E1A: main (test.h:654) ==26950==