better cleanup for efm popup

SVN revision: 73794
This commit is contained in:
Mike Blumenkrantz 2012-07-13 07:55:09 +00:00
parent 2bb55527db
commit ed14517608
1 changed files with 3 additions and 0 deletions

View File

@ -545,6 +545,9 @@ _e_fwin_free(E_Fwin *fwin)
e_object_del(E_OBJECT(fwin->fad->dia));
fwin->fad = NULL;
}
if (fwin->popup) e_object_del(E_OBJECT(fwin->popup));
if (fwin->popup_timer) ecore_timer_del(fwin->popup_timer);
fwin->popup_timer = NULL;
if (fwin->win) e_object_del(E_OBJECT(fwin->win));
free(fwin);
}