Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_engines.c 


Log Message:
- add free callback for names

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_engines.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- ewl_engines.c       20 Dec 2006 19:52:42 -0000      1.29
+++ ewl_engines.c       20 Dec 2006 20:03:24 -0000      1.30
@@ -84,6 +84,7 @@
        names = ecore_list_new();
        if (!names)
                DRETURN_PTR(NULL, DLEVEL_STABLE);
+       ecore_list_set_free_cb(names, ECORE_FREE_CB(free));
 
        ecore_list_goto_first(files);
        while ((file = ecore_list_next(files)))



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