Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/eet

Dir     : e17/libs/eet/src/lib


Modified Files:
        eet_lib.c 


Log Message:


LEAK! fix.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/eet/src/lib/eet_lib.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -3 -r1.53 -r1.54
--- eet_lib.c   7 Nov 2005 03:15:22 -0000       1.53
+++ eet_lib.c   7 Nov 2005 06:16:26 -0000       1.54
@@ -135,7 +135,7 @@
        if (del_ef)
          {
             eet_cacheburst_mode = 0;
-            eet_cache_del(del_ef, cache, cache_num, cache_alloc);
+            eet_close(del_ef);
             eet_cacheburst_mode = 1;
          }
      }




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to