[Bug 36061] New: winedbg crash dialog shows a leak in imm32

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Apr 23 03:37:01 CDT 2014


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

            Bug ID: 36061
           Summary: winedbg crash dialog shows a leak in imm32
           Product: Wine
           Version: 1.7.17
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: download, source
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: austinenglish at gmail.com

Noticed while valgrinding various test failures:
==13839== 24 bytes in 1 blocks are definitely lost in loss record 250 of 889
==13839==    at 0x7BC4C735: notify_alloc (heap.c:255)
==13839==    by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==13839==    by 0x7B84584B: HeapAlloc (heap.c:271)
==13839==    by 0x7B845B80: GlobalAlloc (heap.c:388)
==13839==    by 0x62CB1A6: ImmCreateIMCC (imm.c:2738)
==13839==    by 0x62C4AB7: ImmCreateContext (imm.c:697)
==13839==    by 0x62C6F93: ImmGetContext (imm.c:1422)
==13839==    by 0x62CB807: ImmProcessKey (imm.c:2891)
==13839==    by 0x538AB14: process_keyboard_message (message.c:2469)
==13839==    by 0x538B2F4: process_hardware_message (message.c:2692)
==13839==    by 0x538BFAD: peek_message (message.c:2900)
==13839==    by 0x538E12C: GetMessageW (message.c:3817)
==13839==    by 0x534ADB9: DIALOG_DoDialogBox (dialog.c:816)
==13839==    by 0x534B064: DialogBoxParamW (dialog.c:879)
==13839==    by 0x476B945: display_crash_dialog (crashdlg.c:369)
==13839==    by 0x4784337: dbg_active_auto (tgt_active.c:816)
==13839==    by 0x478A98C: main (winedbg.c:673)
==13839== 
{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: definite
   fun:notify_alloc
   fun:RtlAllocateHeap
   fun:HeapAlloc
   fun:GlobalAlloc
   fun:ImmCreateIMCC
   fun:ImmCreateContext
   fun:ImmGetContext
   fun:ImmProcessKey
   fun:process_keyboard_message
   fun:process_hardware_message
   fun:peek_message
   fun:GetMessageW
   fun:DIALOG_DoDialogBox
   fun:DialogBoxParamW
   fun:display_crash_dialog
   fun:dbg_active_auto
   fun:main
}

wine-1.7.16-178-g7e874ae

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