don't crash when closing internal dialog boxes

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-10-12 10:08:05 -04:00
parent 5014b2965e
commit 7498dbac99
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}