Enlightenment CVS committal

Author  : e-taro
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_exebuf.c 


Log Message:
Plug exebuf leak
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_exebuf.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- e_exebuf.c  7 Feb 2006 06:38:32 -0000       1.16
+++ e_exebuf.c  25 Feb 2006 08:46:44 -0000      1.17
@@ -250,6 +250,7 @@
          }
        if (p > last)
          exe_path = evas_list_append(exe_path, strdup(last));
+       free(path);
      }
    exe_list_idler = ecore_idler_add(_e_exebuf_idler, NULL);
    




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to