On Thu, 7 Jul 2011 11:18:53 -0700 "Enlightenment SVN" <no-re...@enlightenment.org> wrote:
> Log: > 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); > > > > Author: antognolli > Date: 2011-07-07 11:18:53 -0700 (Thu, 07 Jul 2011) > New Revision: 61127 > Trac: http://trac.enlightenment.org/e/changeset/61127 > > Modified: > trunk/ecore/src/lib/ecore_con/ecore_con.c > > Modified: trunk/ecore/src/lib/ecore_con/ecore_con.c > =================================================================== > --- trunk/ecore/src/lib/ecore_con/ecore_con.c 2011-07-07 17:03:37 UTC > (rev 61126) +++ trunk/ecore/src/lib/ecore_con/ecore_con.c 2011-07-07 > 18:18:53 UTC (rev 61127) @@ -1463,6 +1463,7 @@ > { > ecore_con_server_del(svr); > > + svr->until_deletion = NULL; > return ECORE_CALLBACK_CANCEL; > } > > @@ -1499,6 +1500,7 @@ > { > ecore_con_client_del(cl); > > + cl->until_deletion = NULL; > return ECORE_CALLBACK_CANCEL; > } > > > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > enlightenment-svn mailing list > enlightenment-...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn whoops -- Mike Blumenkrantz Zentific: Coding in binary since '10. ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel