[PATCH 4/4] Fix imagelist leak when switching LVS_EX_CHECKBOXES style

Nikolay Sivov bunglehead at gmail.com
Wed Oct 21 20:05:38 CDT 2009


Another leak spotted by valgrind (like 3 previous patches as well).

If LVS_EX_CHECKBOXES is set then we need to free previous list if it
isn't shared. If LVS_EX_CHECKBOXES is removed then previous list
was our checkboxes - free it.

Changelog:
    - fix imagelist leak when switching LVS_EX_CHECKBOXES style


More information about the wine-patches mailing list