Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/lib


Modified Files:
        Makefile.am evfs_commands.c 


Log Message:
* File monitor system rationalisation

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/lib/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- Makefile.am 15 Jan 2006 12:26:40 -0000      1.10
+++ Makefile.am 5 Mar 2006 05:41:54 -0000       1.11
@@ -20,7 +20,8 @@
        evfs_commands.c                         \
        $(top_srcdir)/src/common/evfs_io.c                      \
        $(top_srcdir)/src/common/evfs_cleanup.c \
-       $(top_srcdir)/src/common/evfs_vfolder.c
+       $(top_srcdir)/src/common/evfs_vfolder.c \
+       $(top_srcdir)/src/common/evfs_misc.c
 
 libevfs_la_LIBADD = \
        @ecore_libs@ \
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/lib/evfs_commands.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- evfs_commands.c     26 Feb 2006 04:42:20 -0000      1.19
+++ evfs_commands.c     5 Mar 2006 05:41:54 -0000       1.20
@@ -15,6 +15,7 @@
    evfs_write_command(conn, command);
 
    free(command);
+   free(command->file_command.files);
 }
 
 void
@@ -30,6 +31,7 @@
    evfs_write_command(conn, command);
 
    free(command);
+   free(command->file_command.files);
 }
 
 void




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