https://bugs.winehq.org/show_bug.cgi?id=38729
Bug ID: 38729 Summary: valgrind shows a possible leak in dlls/user32/clipboard.c Product: Wine Version: 1.7.44 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase, valgrind Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com Distribution: Fedora
==4874== 8 bytes in 1 blocks are possibly lost in loss record 54 of 650 ==4874== at 0x7BC4A9F1: notify_alloc (heap.c:254) ==4874== by 0x7BC4EC94: RtlAllocateHeap (heap.c:1715) ==4874== by 0x7B84351C: HeapAlloc (heap.c:271) ==4874== by 0x7B84379C: GlobalAlloc (heap.c:377) ==4874== by 0x47A4B47: create_text (clipboard.c:222) ==4874== by 0x47A5921: clipboard_thread (clipboard.c:411) ==4874== by 0x7BC81BB7: ??? (signal_i386.c:2682) ==4874== by 0x7BC81BFE: call_thread_func (signal_i386.c:2741) ==4874== by 0x7BC81B95: ??? (signal_i386.c:2682) ==4874== by 0x7BC88D78: start_thread (thread.c:443) ==4874== by 0x4F88F37F: start_thread (in /usr/lib/libpthread-2.21.so) ==4874== by 0x4F7ABD4D: clone (in /usr/lib/libc-2.21.so) ==4874==
https://bugs.winehq.org/show_bug.cgi?id=38729
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|valgrind shows a possible |valgrind shows a definite |leak in |leak in |dlls/user32/clipboard.c |dlls/user32/clipboard.c
--- Comment #1 from Austin English austinenglish@gmail.com --- Also a definite leak: ==4874== 13 bytes in 1 blocks are definitely lost in loss record 89 of 650 ==4874== at 0x7BC4A9F1: notify_alloc (heap.c:254) ==4874== by 0x7BC4EC94: RtlAllocateHeap (heap.c:1715) ==4874== by 0x7B84351C: HeapAlloc (heap.c:271) ==4874== by 0x7B8437F6: GlobalAlloc (heap.c:389) ==4874== by 0x47A4B47: create_text (clipboard.c:222) ==4874== by 0x47A5921: clipboard_thread (clipboard.c:411) ==4874== by 0x7BC81BB7: ??? (signal_i386.c:2682) ==4874== by 0x7BC81BFE: call_thread_func (signal_i386.c:2741) ==4874== by 0x7BC81B95: ??? (signal_i386.c:2682) ==4874== by 0x7BC88D78: start_thread (thread.c:443) ==4874== by 0x4F88F37F: start_thread (in /usr/lib/libpthread-2.21.so) ==4874== by 0x4F7ABD4D: clone (in /usr/lib/libc-2.21.so) ==4874==