Enlightenment CVS committal Author : devilhorns Project : e_modules Module : net
Dir : e_modules/net Modified Files: e_mod_config.c Log Message: David's minor leak patch applied to net module =================================================================== RCS file: /cvsroot/enlightenment/e_modules/net/e_mod_config.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- e_mod_config.c 21 Feb 2006 02:39:54 -0000 1.4 +++ e_mod_config.c 21 Feb 2006 21:24:30 -0000 1.5 @@ -95,6 +95,9 @@ nf = cfd->data; nf->net->cfd = NULL; + E_FREE(cfdata->device); + if (cfdata->devs) + ecore_list_destroy(cfdata->devs); free(cfdata); } ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs