Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_misc.c 


Log Message:
- cleanup the shutdown_queue

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_misc.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -3 -r1.70 -r1.71
--- ewl_misc.c  26 Oct 2006 15:07:04 -0000      1.70
+++ ewl_misc.c  26 Oct 2006 15:10:04 -0000      1.71
@@ -310,6 +310,9 @@
        while ((shutdown = ecore_list_remove_first(shutdown_queue)))
                shutdown();
 
+       ecore_list_destroy(shutdown_queue);
+       shutdown_queue = NULL;
+
        DRETURN_INT(ewl_init_count, DLEVEL_STABLE);
 }
 



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