https://bugs.winehq.org/show_bug.cgi?id=36784
Bug ID: 36784 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
==27947== 68 bytes in 1 blocks are definitely lost in loss record 137 of 285 ==27947== at 0x7BC49369: notify_alloc (heap.c:255) ==27947== by 0x7BC4D59F: RtlAllocateHeap (heap.c:1716) ==27947== by 0x7BC31C49: RtlCreateActivationContext (actctx.c:4506) ==27947== by 0x7B827493: CreateActCtxW (actctx.c:124) ==27947== by 0x4E368BD: test_create (thread.c:1521) ==27947== by 0x4E36BE1: test_thread_actctx (thread.c:1554) ==27947== by 0x4E378A0: func_thread (thread.c:1772) ==27947== by 0x4E537EE: run_test (test.h:584) ==27947== by 0x4E53BBA: main (test.h:654) ==27947==
separate from 36782