Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/file


Modified Files:
        evas_module.c 


Log Message:


1. abort on invalid stringshared del's - bad stuff and should be trapped.
2. disable module cleaning for now.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/file/evas_module.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- evas_module.c       10 Feb 2007 17:23:06 -0000      1.22
+++ evas_module.c       4 May 2007 08:18:07 -0000       1.23
@@ -405,6 +405,9 @@
      }
    if (noclean == 1) return;
    
+   /* disable module cleaning for now - may cause instability with some 
modules */
+   return;
+   
    /* incriment use counter = 28bits */
    use_count++;
    if (use_count > 0x0fffffff) use_count = 0;



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to