projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a3eec9
)
Fix null dereference. while e_comp_shutdown is going, e_client's object could be...
author
Mun, Gwan-gyeong
<kk.moon@samsung.com>
Mon, 16 Mar 2015 08:41:50 +0000
(17:41 +0900)
committer
Boram Park
<boram1288.park@samsung.com>
Wed, 18 Mar 2015 04:03:45 +0000
(13:03 +0900)
Change-Id: Ib8734941b48468ca60b93cb5eaca5115d79f227a
src/bin/e_comp_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl.c
b/src/bin/e_comp_wl.c
index bd96b990e74dea7066f5c8221376d7e72d2f679e..a64f59ba0132e00e86cd2c799b15d65309c952ae 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-192,6
+192,7
@@
_e_comp_wl_evas_cb_mouse_out(void *data, Evas *evas EINA_UNUSED, Evas_Object *ob
if (!(ec = data)) return;
if (ec->cur_mouse_action) return;
+ if (e_object_is_del(E_OBJECT(e_comp))) return;
/* FIXME? this is a hack to just reset the cursor whenever we mouse out. not sure if accurate */
{
Evas_Object *o;