ecore/ecore_con - Set timer pointers to NULL when exiting them.
authorantognolli <antognolli@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 7 Jul 2011 18:18:53 +0000 (18:18 +0000)
committerantognolli <antognolli@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 7 Jul 2011 18:18:53 +0000 (18:18 +0000)
commit03a15ec3a16e4a77ee98b419e8092e8a4cb6e3cd
tree8491d6c8d36ec90d42d560a5ced7e9acc6507a58
parent4dd598991f3395b6158cd4dd12af51ef2f794ab2
ecore/ecore_con - Set timer pointers to NULL when exiting them.
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
src/lib/ecore_con/ecore_con.c