Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/engines/common


Modified Files:
        evas_image_load.c 


Log Message:
- don't free the passed in im structure. leave it up to the caller to
  cleanup as needed on error.
- this should hopefully fix bug 97

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/engines/common/evas_image_load.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- evas_image_load.c   16 Jul 2007 07:25:33 -0000      1.41
+++ evas_image_load.c   18 Jul 2007 03:23:35 -0000      1.42
@@ -79,7 +79,6 @@
          }
      }
 
-   evas_common_image_delete(im);
    return -1;
 
   ok:



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