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@winehq.org ReportedBy: dank@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.
http://bugs.winehq.org/show_bug.cgi?id=20544
--- Comment #1 from Dan Kegel dank@kegel.com 2009-11-01 13:46:03 --- Gaah. Can't mark as UNCONFIRMED, but I'd like to, since this might have only shown up as a 'possible' leak.
http://bugs.winehq.org/show_bug.cgi?id=20544
butraxz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |butraxz@gmail.com
--- Comment #2 from butraxz@gmail.com 2012-05-23 13:55:36 CDT --- This bug has not been updated for three years. Is this still an issue i current (1.5.4) or newer wine ?
http://bugs.winehq.org/show_bug.cgi?id=20544
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |mstefani@redhat.com Resolution| |ABANDONED
--- Comment #3 from Michael Stefaniuc mstefani@redhat.com 2013-02-27 07:19:58 CST --- Unclear if this ever was a bug, according to comment 1 it might have been invalid. Anyway with the DIB engine the X11DRV_CreateDIBSection() disappeared. Marking the bug abandoned.
http://bugs.winehq.org/show_bug.cgi?id=20544
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Dan Kegel dank@kegel.com 2013-02-27 11:34:30 CST --- Closing.