forked from e16/e16
1
0
Fork 0

Check that thing.

SVN revision: 14938
This commit is contained in:
Kim Woelders 2005-05-25 21:47:24 +00:00
parent 664095e0d6
commit 8013ed6e10
1 changed files with 2 additions and 0 deletions

View File

@ -211,6 +211,8 @@ EwinIconImageFree(EWin * ewin)
for (i = 0; i < sizeof(ewin->icon_image) / sizeof(Imlib_Image *); i++)
{
if (!ewin->icon_image[i])
continue;
imlib_context_set_image(ewin->icon_image[i]);
imlib_free_image_and_decache();
ewin->icon_image[i] = NULL;