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==
https://bugs.winehq.org/show_bug.cgi?id=36782
--- Comment #1 from Sebastian Lackner sebastian@fds-team.de --- Created attachment 48854 --> https://bugs.winehq.org/attachment.cgi?id=48854 ntdll: Fix leaking activation context when terminating via exit_thread().
Does this fix the issue?
https://bugs.winehq.org/show_bug.cgi?id=36782
--- Comment #2 from Austin English austinenglish@gmail.com --- (In reply to Sebastian Lackner from comment #1)
Created attachment 48854 [details] ntdll: Fix leaking activation context when terminating via exit_thread().
Does this fix the issue?
Yep, thanks.
https://bugs.winehq.org/show_bug.cgi?id=36782
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |cfd09b09675a9365f8f876b7794 | |7912e8f832861 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #3 from Austin English austinenglish@gmail.com --- https://source.winehq.org/git/wine.git/commitdiff/cfd09b09675a9365f8f876b779...
https://bugs.winehq.org/show_bug.cgi?id=36782
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.21.