Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_attach.c 


Log Message:
don't free unkown data

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_attach.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- ewl_attach.c        20 Aug 2007 03:29:43 -0000      1.47
+++ ewl_attach.c        20 Aug 2007 17:02:30 -0000      1.48
@@ -493,8 +493,7 @@
 
        /* XXX should we clean up _WIDGET in here? */
 
-       if ((attach->data_type == EWL_ATTACH_DATA_TYPE_TEXT)
-                       || (attach->data_type == EWL_ATTACH_DATA_TYPE_OTHER))
+       if ((attach->data_type == EWL_ATTACH_DATA_TYPE_TEXT))
        {
                IF_FREE(attach->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