Enlightenment CVS committal Author : raster Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore Modified Files: ecore_anim.c Log Message: oooh - nasty bug. and unnoticed for so long. sometimes ecore animators wont' get fulyl deleted - and ecore will just continually loop and consume cpu - oddly enough no one noticed. i am amazed! fixed. =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore/ecore_anim.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- ecore_anim.c 6 Jan 2006 17:58:12 -0000 1.5 +++ ecore_anim.c 20 Oct 2006 12:27:29 -0000 1.6 @@ -137,13 +137,12 @@ if (!animator->func(animator->data)) { animator->delete_me = 1; - animators_delete_me = 1; + animators_delete_me++; } } } if (animators_delete_me) { - for (l = (Ecore_List2 *)animators; l;) { Ecore_Animator *animator; ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs