Enlightenment CVS committal Author : onefang Project : e_modules Module : flame
Dir : e_modules/flame Modified Files: e_mod_config.c Log Message: Fix a seggie. =================================================================== RCS file: /cvs/e/e_modules/flame/e_mod_config.c,v retrieving revision 1.28 retrieving revision 1.29 diff -u -3 -r1.28 -r1.29 --- e_mod_config.c 17 Sep 2006 14:19:51 -0000 1.28 +++ e_mod_config.c 12 Nov 2006 22:05:10 -0000 1.29 @@ -72,7 +72,7 @@ f = cfd->data; f->config_dialog = NULL; - free (cfdata); + if (cfdata) free (cfdata); cfdata = NULL; } ------------------------------------------------------------------------- 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