Enlightenment CVS committal Author : devilhorns Project : e_modules Module : wlan
Dir : e_modules/wlan Modified Files: e_mod_config.c Log Message: Avoid a dangling pointer after call to free(). =================================================================== RCS file: /cvs/e/e_modules/wlan/e_mod_config.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- e_mod_config.c 3 Jul 2006 07:37:33 -0000 1.9 +++ e_mod_config.c 10 Jul 2006 18:03:31 -0000 1.10 @@ -103,6 +103,7 @@ if (cfdata->devs) ecore_list_destroy(cfdata->devs); free(cfdata); + cfdata = NULL; } static Evas_Object * ------------------------------------------------------------------------- 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