Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_imaging.c 


Log Message:


cedric's sdl patch.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/imaging/evas_imaging.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- evas_imaging.c      18 Aug 2006 14:45:25 -0000      1.10
+++ evas_imaging.c      16 Jul 2007 07:25:33 -0000      1.11
@@ -20,7 +20,7 @@
    im = calloc(1, sizeof(Evas_Imaging_Image));
    if (!im)
      {
-       evas_common_image_free(image);
+        evas_cache_image_drop(image);
        return NULL;
      }
    im->image = image;
@@ -31,7 +31,7 @@
 evas_imaging_image_free(Evas_Imaging_Image *im)
 {
    if (!im) return;
-   evas_common_image_unref(im->image);
+   evas_cache_image_drop(im->image);
    free(im);
 }
 



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