From 5556a6019d3d0292dbba65908e526b72f6097f51 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Wed, 1 Feb 2012 03:16:13 +0000 Subject: [PATCH] elementary/ctxpopup - wd could be deleted in the DISMISSED callback SVN revision: 67667 --- src/lib/elc_ctxpopup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4