projects
/
platform
/
core
/
uifw
/
e-mod-tizen-wl-textinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
478f642
)
Fix crash issue
00/223700/1
author
InHong Han
<inhong1.han@samsung.com>
Mon, 3 Feb 2020 06:08:28 +0000
(15:08 +0900)
committer
InHong Han
<inhong1.han@samsung.com>
Mon, 3 Feb 2020 06:08:28 +0000
(15:08 +0900)
Change-Id: I172086fcfd3219f0e215a4b28bbce4952efb85bc
src/e_mod_main.c
patch
|
blob
|
history
diff --git
a/src/e_mod_main.c
b/src/e_mod_main.c
index
6dfe05b
..
76c4cbc
100644
(file)
--- a/
src/e_mod_main.c
+++ b/
src/e_mod_main.c
@@
-2081,8
+2081,6
@@
_e_text_input_cb_destroy(struct wl_client *client, struct wl_resource *resource)
if (_context_created)
_e_text_input_deactivate(text_input, input_method, EINA_FALSE);
-
- wl_resource_destroy(resource);
}
static const struct wl_text_input_interface _e_text_input_implementation = {