elm_atspi_proxy: crash issue fix 94/189794/2
authorShilpa Singh <shilpa.singh@samsung.com>
Thu, 20 Sep 2018 14:04:33 +0000 (19:34 +0530)
committerHermet Park <chuneon.park@samsung.com>
Fri, 21 Sep 2018 05:54:47 +0000 (05:54 +0000)
Change-Id: I4d4c77feb57f3ad784cee89317a428b59fd6f473
Product: http://slp-info.sec.samsung.net/gerrit/#/c/3239891/2
Signed-off-by: Shilpa Singh <shilpa.singh@samsung.com>
src/lib/elm_atspi_proxy.c

index 0d86a8f..3bed75a 100644 (file)
@@ -31,6 +31,7 @@ _retry_timer_cb(void *data)
 
    proxy = data;
    Elm_Atspi_Proxy_Data *_pd = eo_data_scope_get(proxy, ELM_ATSPI_PROXY_CLASS);
+   if (!_pd) return ECORE_CALLBACK_CANCEL;
 
    if (_pd->bus && _pd->path)
      {