Modify invalid pointer 86/65086/1 accepted/tizen/common/20160408.184818 accepted/tizen/ivi/20160407.111854 accepted/tizen/mobile/20160407.111758 accepted/tizen/tv/20160407.111816 accepted/tizen/wearable/20160407.111832 submit/tizen/20160407.072523
authorJengHyun Kang <jhyuni.kang@samsung.com>
Thu, 7 Apr 2016 07:21:21 +0000 (16:21 +0900)
committerJengHyun Kang <jhyuni.kang@samsung.com>
Thu, 7 Apr 2016 07:21:21 +0000 (16:21 +0900)
Change-Id: Ic821c0232b84f72c3202ddfa17e1223a4dfe23eb

src/e_mod_keyrouter_events.c

index 21dd4185232b2960b905b294915afdd99669d3f6..222baef4503bc94c12284dfb8fabee6ac72c1de8 100644 (file)
@@ -183,7 +183,7 @@ _e_keyrouter_send_key_events_press(int type, Ecore_Event_Key *ev)
         _e_keyrouter_send_key_event(type, surface_focus, NULL, ev);
         KLINF("SHARED [Focus client] : Key %s (%s:%d) ===> Surface (%p) (pid: %d)\n",
                  ((ECORE_EVENT_KEY_DOWN == type) ? "Down" : "Up "), ev->keyname, ev->keycode,
-                 surface_focus, e_keyrouter_util_get_pid(key_node_data->wc, key_node_data->surface));
+                 surface_focus, e_keyrouter_util_get_pid(NULL, surface_focus));
 
         EINA_LIST_FOREACH(krt->HardKeys[keycode].shared_ptr, l, key_node_data)
           {