Otherwise this will lead to errors when some code does:
if (cl->until_deletion)
ecore_timer_del(cl->until_deletion);
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61127
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
{
ecore_con_server_del(svr);
{
ecore_con_server_del(svr);
+ svr->until_deletion = NULL;
return ECORE_CALLBACK_CANCEL;
}
return ECORE_CALLBACK_CANCEL;
}
{
ecore_con_client_del(cl);
{
ecore_con_client_del(cl);
+ cl->until_deletion = NULL;
return ECORE_CALLBACK_CANCEL;
}
return ECORE_CALLBACK_CANCEL;
}