Enlightenment CVS committal Author : englebass Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_apps_error.c Log Message: free with macro. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_apps_error.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -3 -r1.22 -r1.23 --- e_apps_error.c 12 Mar 2007 15:32:36 -0000 1.22 +++ e_apps_error.c 24 Mar 2007 12:50:23 -0000 1.23 @@ -146,12 +146,9 @@ ecore_exe_event_data_free(app->read); free(app); } - if (cfdata->signal) - free(cfdata->signal); - if (cfdata->exit) - free(cfdata->exit); - if (cfdata->label) - free(cfdata->label); + E_FREE(cfdata->signal); + E_FREE(cfdata->exit); + E_FREE(cfdata->label); free(cfdata); } ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs