Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_gadcon_config.c Log Message: Free the evas_lists when we are done loading the gadget lists. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_gadcon_config.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -3 -r1.19 -r1.20 --- e_int_gadcon_config.c 22 Jun 2006 19:02:17 -0000 1.19 +++ e_int_gadcon_config.c 22 Jun 2006 20:41:54 -0000 1.20 @@ -267,7 +267,9 @@ if (cc->func.icon) icon = cc->func.icon(evas); e_widget_ilist_append(oi, icon, label, _cb_select_client, cfdata, cc->name); } - e_widget_ilist_go(oi); + e_widget_ilist_go(oi); + + if (l) evas_list_free(l); } static void @@ -312,4 +314,7 @@ } e_widget_ilist_go(oi); + + if (l) evas_list_free(l); + if (l2) evas_list_free(l2); } 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