[Bug 36145] New: valgrind shows several leaks in imm32/tests/imm32.c

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 28 20:40:37 CDT 2014


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

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

==32120== 180 bytes in 1 blocks are definitely lost in loss record 621 of 863
==32120==    at 0x7BC4C6B7: notify_alloc (heap.c:255)
==32120==    by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==32120==    by 0x5021822: create_window_handle (win.c:227)
==32120==    by 0x5025308: WIN_CreateWindowEx (win.c:1450)
==32120==    by 0x50261E8: CreateWindowExA (win.c:1719)
==32120==    by 0x4A3468E: ImmGetContextThreadFunc (imm32.c:429)
==32120==    by 0x7BC87017: ??? (signal_i386.c:2571)
==32120==    by 0x7BC87060: call_thread_func (signal_i386.c:2630)
==32120==    by 0x7BC86FF5: ??? (signal_i386.c:2571)
==32120==    by 0x7BC8E43C: start_thread (thread.c:428)
==32120==    by 0x4218F92: start_thread (pthread_create.c:309)
==32120==    by 0x431D7ED: clone (clone.S:129)

==32120== 152 bytes in 1 blocks are definitely lost in loss record 609 of 863
==32120==    at 0x7BC4C6B7: notify_alloc (heap.c:255)
==32120==    by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==32120==    by 0x7B8457FF: HeapAlloc (heap.c:271)
==32120==    by 0x7B845B34: GlobalAlloc (heap.c:388)
==32120==    by 0x4F5C176: ImmCreateIMCC (imm.c:2738)
==32120==    by 0x4F55986: ImmCreateContext (imm.c:682)
==32120==    by 0x4F57F63: ImmGetContext (imm.c:1422)
==32120==    by 0x4A346A4: ImmGetContextThreadFunc (imm32.c:433)
==32120==    by 0x7BC87017: ??? (signal_i386.c:2571)
==32120==    by 0x7BC87060: call_thread_func (signal_i386.c:2630)
==32120==    by 0x7BC86FF5: ??? (signal_i386.c:2571)
==32120==    by 0x7BC8E43C: start_thread (thread.c:428)
==32120==    by 0x4218F92: start_thread (pthread_create.c:309)
==32120==    by 0x431D7ED: clone (clone.S:129)
==32120== 

==32448== 20 bytes in 1 blocks are definitely lost in loss record 198 of 861
==32448==    at 0x7BC4C6B7: notify_alloc (heap.c:255)
==32448==    by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==32448==    by 0x7B8457FF: HeapAlloc (heap.c:271)
==32448==    by 0x7B846650: GlobalReAlloc (heap.c:693)
==32448==    by 0x4F7C25A: ImmReSizeIMCC (imm.c:2778)
==32448==    by 0x5BCEC73: GenerateIMEMessage (ime.c:474)
==32448==    by 0x5BD06C2: ImeSetCompositionString (ime.c:899)
==32448==    by 0x4F7AAC6: ImmSetCompositionStringW (imm.c:2293)
==32448==    by 0x4F7A925: ImmSetCompositionStringA (imm.c:2255)
==32448==    by 0x4E4D99D: test_ImmNotifyIME (imm32.c:257)
==32448==    by 0x4E541EB: func_imm32 (imm32.c:1409)
==32448==    by 0x4E5507D: run_test (test.h:584)
==32448==    by 0x4E5546B: main (test.h:654)
==32448==

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