Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/common


Modified Files:
        evfs_cleanup.c 


Log Message:
* 'Attach' the info file that we are viewing, so we can ref this in 
evfs_fs_trash

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/common/evfs_cleanup.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- evfs_cleanup.c      6 Aug 2006 09:56:27 -0000       1.25
+++ evfs_cleanup.c      15 Aug 2006 09:04:00 -0000      1.26
@@ -60,6 +60,8 @@
       free(ref->username);
    if (ref->password)
       free(ref->password);
+
+   /*Do we assume this is just a string?*/
    if (ref->attach)
       free(ref->attach);
    free(ref);



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