[Bug 20544] New: shell32 imagelist memory leak on unload?

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Nov 1 12:47:51 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=20544

           Summary: shell32 imagelist memory leak on unload?
           Product: Wine
           Version: 1.1.32
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: shell32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: dank at kegel.com


Valgrinding the chromium test suite shows this warning in a lot of tests:

8 bytes in 1 blocks are possibly lost in loss record 46 of 805
   at malloc (vg_replace_malloc.c:195)
   by XInitExtension (InitExt.c:54)
   by XextAddDisplay (extutil.c:112)
   by find_display (XShm.c:82)
   by XShmQueryVersion (XShm.c:181)
   by X11DRV_CreateDIBSection (dib.c:4767)
   by CreateDIBSection (dib.c:1353)
   by ImageList_CreateImage (imagelist.c:2872)
   by ImageList_Create (imagelist.c:642)
   by SIC_Initialize (iconcache.c:410)
   by DllMain (shell32_main.c:1169)
   by __wine_spec_dll_entry (dll_entry.c:40)

This is odd... the DLL tries to free that stuff on unload.
Not sure why it's not happening.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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