Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c 


Log Message:


todo updates cleanups, clarifications - a segv i see here on rare occasions.
comment out the free.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -3 -r1.172 -r1.173
--- e_apps.c    4 Sep 2006 19:57:22 -0000       1.172
+++ e_apps.c    5 Sep 2006 10:52:51 -0000       1.173
@@ -1767,7 +1767,8 @@
               }
             if (inst->exe)
               {
-                 ecore_exe_free(inst->exe);
+// FIXME: sometimes causes a segv... hrrrm...
+//               ecore_exe_free(inst->exe);
                  inst->exe = NULL;
               }
             free(inst);



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