Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/modules/engines/gl_common


Modified Files:
        evas_gl_texture.c 


Log Message:


actually - yes - in texture drop not del.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/modules/engines/gl_common/evas_gl_texture.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- evas_gl_texture.c   4 Aug 2007 07:20:17 -0000       1.10
+++ evas_gl_texture.c   4 Aug 2007 09:54:35 -0000       1.11
@@ -385,7 +385,7 @@
                                                       im2->image->data,
                                                       pw, ph);
          }
-       if (im1 != im) evas_common_image_delete(im1);
+       if (im1 != im) evas_cache_image_drop(im1);
        im1 = NULL;
 
        im_data = im2->image->data;



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to