rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=7b678da3e581555d36f2e345d22aa4d0ffcbd6cc
commit 7b678da3e581555d36f2e345d22aa4d0ffcbd6cc Author: Vitalii Vorobiov <vi.vorob...@samsung.com> Date: Tue Jul 12 12:09:43 2016 +0300 tabs: cleanup pointers to avoid SIGSEV on project save when all tabs are closed @fix --- src/bin/ui/tabs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/ui/tabs.c b/src/bin/ui/tabs.c index 718cac9..f5bef21 100644 --- a/src/bin/ui/tabs.c +++ b/src/bin/ui/tabs.c @@ -1105,6 +1105,7 @@ _tab_close(void *data, if (!item) return; tabs.items = eina_list_remove(tabs.items, item); + _content_unset(); _del_tab(item); if (tabs.selected == it) { --