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==