don't free ecore_exes here in illume, this breaks e_exec severely

SVN revision: 80449
This commit is contained in:
Mike Blumenkrantz 2012-12-07 13:26:46 +00:00
parent dc49352774
commit 607417832e
1 changed files with 0 additions and 1 deletions

View File

@ -618,7 +618,6 @@ _il_home_cb_border_del(void *data __UNUSED__, int type __UNUSED__, void *event)
{
if (exe->border == ev->border)
{
if (exe->exec) ecore_exe_free(exe->exec);
exe->exec = NULL;
if (exe->handle) e_busycover_pop(exe->cover, exe->handle);
exe->handle = NULL;