From: ChunEon Park Date: Wed, 1 Feb 2012 03:16:13 +0000 (+0000) Subject: elementary/ctxpopup - wd could be deleted in the DISMISSED callback X-Git-Tag: v1.0.0~1071 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5556a6019d3d0292dbba65908e526b72f6097f51;p=platform%2Fupstream%2Felementary.git elementary/ctxpopup - wd could be deleted in the DISMISSED callback SVN revision: 67667 --- diff --git a/src/lib/elc_ctxpopup.c b/src/lib/elc_ctxpopup.c index 6083872..3f6e0d9 100644 --- a/src/lib/elc_ctxpopup.c +++ b/src/lib/elc_ctxpopup.c @@ -1035,8 +1035,8 @@ _hide(Evas_Object *obj) _scroller_size_reset(wd); - evas_object_smart_callback_call(obj, SIG_DISMISSED, NULL); wd->visible = EINA_FALSE; + evas_object_smart_callback_call(obj, SIG_DISMISSED, NULL); } static void