Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        timers.c 


Log Message:
Don't free data pointer on animator exit.

===================================================================
RCS file: /cvs/e/e16/e/src/timers.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- timers.c    2 Feb 2007 00:19:32 -0000       1.29
+++ timers.c    4 Feb 2007 01:03:06 -0000       1.30
@@ -305,8 +305,6 @@
    ecore_list_remove_node(animator_list, an);
    if (an->name)
       Efree(an->name);
-   if (an->data)
-      Efree(an->data);
    Efree(an);
 
    if (ecore_list_nodes(animator_list) == 0)



-------------------------------------------------------------------------
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

Reply via email to