From: Shilpa Singh Date: Thu, 20 Sep 2018 14:04:33 +0000 (+0530) Subject: elm_atspi_proxy: crash issue fix X-Git-Tag: submit/tizen_4.0/20190109.062201~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b10eccf842b86c0bd0a3a6c48cfa3504873d8f07;p=platform%2Fupstream%2Felementary.git elm_atspi_proxy: crash issue fix Change-Id: I4d4c77feb57f3ad784cee89317a428b59fd6f473 Product: http://slp-info.sec.samsung.net/gerrit/#/c/3239891/2 Signed-off-by: Shilpa Singh --- diff --git a/src/lib/elm_atspi_proxy.c b/src/lib/elm_atspi_proxy.c index 0d86a8f..3bed75a 100644 --- a/src/lib/elm_atspi_proxy.c +++ b/src/lib/elm_atspi_proxy.c @@ -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) {