diff options
author | Mike Blumenkrantz <zmike@osg.samsung.com> | 2018-02-02 16:59:56 -0500 |
---|---|---|
committer | Mike Blumenkrantz <zmike@osg.samsung.com> | 2018-02-02 16:59:44 -0500 |
commit | 32c293bea42b6f10d2b8ef82e2cec1ecb67c27ee (patch) | |
tree | 037d9944f2f41a23f65e229b1aba56e75c268949 /src/lib/efl_wl/efl_wl.c | |
parent | e8d24596a690443f73c44547b4df244e1990bd27 (diff) |
efl-wl: no need to check exe tag on app del, just remove pid always
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl_wl/efl_wl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/efl_wl/efl_wl.c b/src/lib/efl_wl/efl_wl.c index 7f4461438b..b4dd91fcb7 100644 --- a/src/lib/efl_wl/efl_wl.c +++ b/src/lib/efl_wl/efl_wl.c | |||
@@ -5557,8 +5557,6 @@ exe_event_del(void *data, int t EINA_UNUSED, Ecore_Exe_Event_Del *ev) | |||
5557 | Comp *c = data; | 5557 | Comp *c = data; |
5558 | int32_t pid = ev->pid; | 5558 | int32_t pid = ev->pid; |
5559 | 5559 | ||
5560 | if (!eina_streq(ecore_exe_tag_get(ev->exe), "__efl_wl")) return ECORE_CALLBACK_RENEW; | ||
5561 | |||
5562 | eina_hash_del_by_key(c->exes, &pid); | 5560 | eina_hash_del_by_key(c->exes, &pid); |
5563 | return ECORE_CALLBACK_RENEW; | 5561 | return ECORE_CALLBACK_RENEW; |
5564 | } | 5562 | } |