Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/eet

Dir     : e17/libs/eet/src/lib


Modified Files:
        eet_lib.c 


Log Message:


clear cache on shutdown

===================================================================
RCS file: /cvs/e/e17/libs/eet/src/lib/eet_lib.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -3 -r1.64 -r1.65
--- eet_lib.c   22 Jun 2006 19:21:31 -0000      1.64
+++ eet_lib.c   22 Jun 2006 19:22:26 -0000      1.65
@@ -394,7 +394,10 @@
 eet_shutdown(void)
 {
    if (--eet_initcount == 0)
-     _eet_memfile_shutdown();
+     {
+       eet_clearcache();
+       _eet_memfile_shutdown();
+     }
 
    return eet_initcount;
 }



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