Fix crash issue 00/223700/1
authorInHong Han <inhong1.han@samsung.com>
Mon, 3 Feb 2020 06:08:28 +0000 (15:08 +0900)
committerInHong Han <inhong1.han@samsung.com>
Mon, 3 Feb 2020 06:08:28 +0000 (15:08 +0900)
Change-Id: I172086fcfd3219f0e215a4b28bbce4952efb85bc

src/e_mod_main.c

index 6dfe05b..76c4cbc 100644 (file)
@@ -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 = {