* Fix memory leak of the ctxpopup and callback function to be a ctxpoup obj is delivered to.
+2013-01-23 WooHyun Jung
+
+ * In _timer_cb of elm_notify, access to sd should be forbidden after smart_callback_call is called.
* when parent of ctxpopup is resized, ctxpopup calls dismissed signal.
* When string in entry is changed, access to sd should be forbidden after smart_callback_call is called.
* Fix memory leak of the ctxpopup and callback function to be ctxpopup obj is delivered to.
+ * In _timer_cb of elm_notify, access to sd should be forbidden after smart_callback_call is called.
Elementary 1.7.5
ELM_NOTIFY_DATA_GET(obj, sd);
+ sd->timer = NULL;
if (!evas_object_visible_get(obj)) goto end;
evas_object_hide(obj);
evas_object_smart_callback_call(obj, SIG_TIMEOUT, NULL);
end:
- sd->timer = NULL;
return ECORE_CALLBACK_CANCEL;
}