fix fileman crash when restarting with window open

This commit is contained in:
Mike Blumenkrantz 2014-11-05 14:55:19 -05:00
parent a44b172607
commit 18c1e3620d
1 changed files with 2 additions and 0 deletions

View File

@ -1099,6 +1099,8 @@ static void
_e_fwin_page_free(E_Fwin_Page *page)
{
if (page->fm_obj) evas_object_del(page->fm_obj);
evas_object_del(page->flist);
evas_object_del(page->flist_frame);
if (page->tbar)
{
fileman_config->view.toolbar_orient = page->tbar->gadcon->orient;