Fix crash when opening a new window

Since the refactoring this was duplicate freeing
@fix
This commit is contained in:
Andy Williams 2016-11-29 17:09:25 +00:00
parent fc89c66617
commit 539953bc72
1 changed files with 0 additions and 3 deletions

View File

@ -491,9 +491,6 @@ edi_mainview_open_window(Edi_Path_Options *options)
edi_mainview_item_select(it);
_edi_mainview_item_close(it);
_edi_mainview_items = eina_list_remove(_edi_mainview_items, it);
eina_stringshare_del(it->path);
free(it);
}
if (options->type == NULL)