devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=7498dbac99717963c3d8d75bfaf02db0aa6ba984
commit 7498dbac99717963c3d8d75bfaf02db0aa6ba984 Author: Chris Michael <[email protected]> Date: Sun Oct 12 10:08:05 2014 -0400 don't crash when closing internal dialog boxes Signed-off-by: Chris Michael <[email protected]> --- src/modules/wl_desktop_shell/e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/wl_desktop_shell/e_mod_main.c b/src/modules/wl_desktop_shell/e_mod_main.c index efe4066..b343fc7 100644 --- a/src/modules/wl_desktop_shell/e_mod_main.c +++ b/src/modules/wl_desktop_shell/e_mod_main.c @@ -117,7 +117,7 @@ _e_shell_surface_destroy(struct wl_resource *resource) ec->parent->transients = eina_list_remove(ec->parent->transients, ec); } - wl_resource_destroy(ec->comp_data->shell.surface); + /* wl_resource_destroy(ec->comp_data->shell.surface); */ ec->comp_data->shell.surface = NULL; } } --
