Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : net

Dir     : e_modules/net


Modified Files:
        Makefile.am e_mod_config.c 


Log Message:
Double-free fix and added make uninstall rule.

===================================================================
RCS file: /cvs/e/e_modules/net/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- Makefile.am 14 Jul 2006 18:52:41 -0000      1.10
+++ Makefile.am 2 Sep 2006 12:35:23 -0000       1.11
@@ -62,4 +62,5 @@
 
 clean-local:
         rm -rf *.edj *~
-
+uninstall:
+         rm -rf $(datadir)
===================================================================
RCS file: /cvs/e/e_modules/net/e_mod_config.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- e_mod_config.c      2 Sep 2006 10:59:54 -0000       1.20
+++ e_mod_config.c      2 Sep 2006 12:35:23 -0000       1.21
@@ -80,8 +80,6 @@
        }
       i++;
     }
-    
-    E_FREE(tmp);
 }
 
 static void *
@@ -145,9 +143,7 @@
     }
 }
 
-    E_FREE(tmp);
-    
-  i++;
+   i++;
   ob = e_widget_label_add (evas, D_ ("Check Interval:"));
   e_widget_table_object_append (ot, ob, 0, i, 1, 1, 0, 0, 1, 0);
   i++;



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