Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs_misc.h 


Log Message:
* Do a few reaps if the object is a client

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_misc.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- evfs_misc.h 5 Apr 2006 05:39:05 -0000       1.8
+++ evfs_misc.h 22 Apr 2006 03:16:58 -0000      1.9
@@ -1,6 +1,8 @@
 #ifndef _EVFS_MISC_H_
 #define _EVFS_MISC_H_
 
+#define IF_FREE(obj) if (obj) free(obj)
+
 typedef struct evfs_command_client
 {
    evfs_client *client;




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