unset fwin win delete callback before delete during delete callback

This commit is contained in:
Mike Blumenkrantz 2014-06-25 14:09:19 -04:00
parent 23392c9d78
commit 526bdab7c4
1 changed files with 1 additions and 0 deletions

View File

@ -783,6 +783,7 @@ _e_fwin_free(E_Fwin *fwin)
if (fwin->spring_parent) fwin->spring_parent->spring_child = NULL;
if (fwin->win)
{
e_win_delete_callback_set(fwin->win, NULL);
e_object_del(E_OBJECT(fwin->win));
}
free(fwin);