Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_filelist.c 


Log Message:
- use macro

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- ewl_filelist.c      5 Mar 2007 11:52:54 -0000       1.27
+++ ewl_filelist.c      6 Mar 2007 08:01:56 -0000       1.28
@@ -431,11 +431,11 @@
        ewl_container_child_append(EWL_CONTAINER(box), icon);
        ewl_widget_show(icon);
 
-       free(size);
-       free(perms);
-       free(username);
-       free(groupname);
-       free(time);
+       FREE(size);
+       FREE(perms);
+       FREE(username);
+       FREE(groupname);
+       FREE(time);
 
        DRETURN_PTR(box, DLEVEL_STABLE);
 }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to