check if client is getting destroyed before we try to unmap it.
authorChris Michael <cp.michael@samsung.com>
Mon, 23 Jun 2014 16:57:19 +0000 (12:57 -0400)
committerChris Michael <cp.michael@samsung.com>
Tue, 26 Aug 2014 14:10:37 +0000 (10:10 -0400)
commit581975d255301acfbf22daed55bc3676e036d0cb
tree198e2d7d753555fefe7c3ff8d38e24b681b9ce23
parent5b581d88c37998fd0c51db96f876b9c8a435d1fc
check if client is getting destroyed before we try to unmap it.

NB: This is done for wayland clients where e_client delete function
has already freed the client wl_comp_data Before we get a shell
surface destroy message from wayland. (occurs due to async nature).

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/wl_desktop_shell/e_mod_main.c