Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/common


Modified Files:
        evfs_cleanup.c 


Log Message:
* Implement a 'stat' proxy for the trash_fs

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/common/evfs_cleanup.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- evfs_cleanup.c      15 Aug 2006 09:04:00 -0000      1.26
+++ evfs_cleanup.c      15 Aug 2006 12:04:32 -0000      1.27
@@ -32,9 +32,7 @@
 
    if (command->file_command.files) {
           for (i = 0; i < command->file_command.num_files; i++) {
-               free(command->file_command.files[i]->path);
-               free(command->file_command.files[i]->plugin_uri);
-               free(command->file_command.files[i]);
+               evfs_cleanup_filereference(command->file_command.files[i]);
             }
           free(command->file_command.files); 
    }



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to