[Bug 36782] New: valgrind shows a leak in kernel32/tests/thread.c
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(a)winehq.org Reporter: austinenglish(a)gmail.com CC: sebastian(a)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== -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36782 --- Comment #1 from Sebastian Lackner <sebastian(a)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? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36782 --- Comment #2 from Austin English <austinenglish(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36782 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |cfd09b09675a9365f8f876b7794 | |7912e8f832861 Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Austin English <austinenglish(a)gmail.com> --- https://source.winehq.org/git/wine.git/commitdiff/cfd09b09675a9365f8f876b779... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36782 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.21. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org