[Bug 38729] valgrind shows a definite leak in dlls/user32/clipboard.c

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jun 9 04:29:15 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38729

Austin English <austinenglish at 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 at 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==

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



More information about the wine-bugs mailing list