[Bug 36131] New: valgrind shows some multiple leaks in ole32/clipboard.c

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Apr 27 19:25:30 CDT 2014


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

            Bug ID: 36131
           Summary: valgrind shows some multiple leaks in
                    ole32/clipboard.c
           Product: Wine
           Version: 1.7.17
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: download, source, testcase
          Severity: normal
          Priority: P2
         Component: ole32
          Assignee: wine-bugs at winehq.org
          Reporter: austinenglish at gmail.com

Created attachment 48296
  --> https://bugs.winehq.org/attachment.cgi?id=48296
valgrind log

==27504== 1,544 bytes in 1 blocks are definitely lost in loss record 740 of 802
==27504==    at 0x7BC4E740: RtlReAllocateHeap (heap.c:1884)
==27504==    by 0x7B841780: HeapReAlloc (heap.c:281)
==27504==    by 0x7B8422D0: GlobalReAlloc (heap.c:679)
==27504==    by 0x5371BD6: HGLOBALLockBytesImpl_SetSize (memlockbytes.c:430)
==27504==    by 0x5390F90: StorageImpl_Construct.isra.27 (objidl.h:5759)
==27504==    by 0x53933BD: Storage_Construct.isra.32 (storage32.c:5232)
==27504==    by 0x53944C1: StgCreateDocfileOnILockBytes (storage32.c:7812)
==27504==    by 0x5346AA4: render_format (clipboard.c:719)
==27504==    by 0x5347D3A: clipbrd_wndproc (clipboard.c:1998)
==27504==    by 0x587C549: ??? (in
/home/austin/wine-git/dlls/user32/user32.dll.so)
==27504==    by 0x587CBB9: call_window_proc (winproc.c:244)
==27504==    by 0x587EF08: WINPROC_call_window (winproc.c:909)
==27504==    by 0x5844943: call_window_proc (message.c:2223)
==27504==    by 0x584B82B: send_message (message.c:3260)
==27504==    by 0x584BA70: SendMessageW (message.c:3454)
==27504==    by 0x61E81DF: X11DRV_CLIPBOARD_RenderFormat (clipboard.c:694)
==27504==    by 0x61EAE85: X11DRV_GetClipboardData (clipboard.c:2869)
==27504==    by 0x5802AF7: GetClipboardData (clipboard.c:534)
==27504==    by 0x5348461: snapshot_GetDataHere (clipboard.c:1449)
==27504==    by 0x4D6C4CE: func_clipboard (objidl.h:7526)
==27504== 

==27504== 1,544 bytes in 1 blocks are definitely lost in loss record 740 of 802
==27504==    at 0x7BC4E740: RtlReAllocateHeap (heap.c:1884)
==27504==    by 0x7B841780: HeapReAlloc (heap.c:281)
==27504==    by 0x7B8422D0: GlobalReAlloc (heap.c:679)
==27504==    by 0x5371BD6: HGLOBALLockBytesImpl_SetSize (memlockbytes.c:430)
==27504==    by 0x5390F90: StorageImpl_Construct.isra.27 (objidl.h:5759)
==27504==    by 0x53933BD: Storage_Construct.isra.32 (storage32.c:5232)
==27504==    by 0x53944C1: StgCreateDocfileOnILockBytes (storage32.c:7812)
==27504==    by 0x5346AA4: render_format (clipboard.c:719)
==27504==    by 0x5347D3A: clipbrd_wndproc (clipboard.c:1998)
==27504==    by 0x587C549: ??? (in
/home/austin/wine-git/dlls/user32/user32.dll.so)
==27504==    by 0x587CBB9: call_window_proc (winproc.c:244)
==27504==    by 0x587EF08: WINPROC_call_window (winproc.c:909)
==27504==    by 0x5844943: call_window_proc (message.c:2223)
==27504==    by 0x584B82B: send_message (message.c:3260)
==27504==    by 0x584BA70: SendMessageW (message.c:3454)
==27504==    by 0x61E81DF: X11DRV_CLIPBOARD_RenderFormat (clipboard.c:694)
==27504==    by 0x61EAE85: X11DRV_GetClipboardData (clipboard.c:2869)
==27504==    by 0x5802AF7: GetClipboardData (clipboard.c:534)
==27504==    by 0x5348461: snapshot_GetDataHere (clipboard.c:1449)
==27504==    by 0x4D6C4CE: func_clipboard (objidl.h:7526)
==27504== 

etc., full log attached.

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