Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_intl.c 


Log Message:
don't free list data twice
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_intl.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -3 -r1.40 -r1.41
--- e_intl.c    14 Sep 2005 20:19:44 -0000      1.40
+++ e_intl.c    6 Oct 2005 19:29:02 -0000       1.41
@@ -103,7 +103,6 @@
    ecore_list_goto_first(files);
    while ((file = ecore_list_current(files)))
      {
-       free(file);
        ecore_list_remove(files);
        ecore_list_next(files);
      }




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to