From 607417832ee95a67f7a036978046c30da923d828 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 7 Dec 2012 13:26:46 +0000 Subject: [PATCH] don't free ecore_exes here in illume, this breaks e_exec severely SVN revision: 80449 --- src/modules/illume-home/e_mod_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/illume-home/e_mod_main.c b/src/modules/illume-home/e_mod_main.c index 268e595ac..a3c6a7c9c 100644 --- a/src/modules/illume-home/e_mod_main.c +++ b/src/modules/illume-home/e_mod_main.c @@ -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;