Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_iconbox.c 


Log Message:
Removed temp hack to accomodate mem leak in ewl_image

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_iconbox.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- ewl_iconbox.c       24 Aug 2005 02:21:54 -0000      1.18
+++ ewl_iconbox.c       25 Aug 2005 10:04:04 -0000      1.19
@@ -758,9 +758,6 @@
        ewl_widget_destroy(icon->w_label);
        ewl_widget_destroy(icon->floater);
 
-       /*Temporary hack to nuke the ewl_image path str*/
-       if (EWL_IMAGE(icon->image)->path) free(EWL_IMAGE(icon->image)->path);
-
        if (icon->label) {
                free(icon->label);
        }




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to