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)
commitd55f1b0bfc18357f0fd5100158afee2f8f07f18a
tree8491d6c8d36ec90d42d560a5ced7e9acc6507a58
parentd619ee85ed32059aa8fddbfcfebf1cb70d41032d
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: http://svn.enlightenment.org/svn/e/trunk/ecore@61127 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/ecore_con/ecore_con.c