memleak: ImageBackFill__MUIM_IconWindow_BackFill_Cleanup() did
commit559869f44f4f2150147d42868df1e46f9138b610
authorstegerg <stegerg@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 27 Jun 2007 11:25:45 +0000 (27 11:25 +0000)
committerstegerg <stegerg@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 27 Jun 2007 11:25:45 +0000 (27 11:25 +0000)
treefb0f1749aa4d3d56da9e7fc373349a8dcef6a2e2
parentd1956efb4ea2095ee46c2c1c35f4f62de145dcb8
memleak: ImageBackFill__MUIM_IconWindow_BackFill_Cleanup() did
not FreeVec(this_BFI). This stuff is also still somewhat broken
in other ways as BackFill_Setup is called during iconwindow's
OM_NEW but BackFill_Cleanup is called during iconwindow's MUIM_Cleanup,
which for example means if window never reached opened (or MUIM_Setup)
stage, the backfill_cleanup never happens.

git-svn-id: https://svn.aros.org:8080/svn/aros/trunk/AROS@26310 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
workbench/system/Wanderer/iconwindowbackfill.c