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: Removed the recently added evas_list_free calls as they caused segfaults when removing last selected gadget. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_gadcon_config.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- e_int_gadcon_config.c 22 Jun 2006 20:41:54 -0000 1.20 +++ e_int_gadcon_config.c 23 Jun 2006 04:32:44 -0000 1.21 @@ -268,8 +268,6 @@ e_widget_ilist_append(oi, icon, label, _cb_select_client, cfdata, cc->name); } e_widget_ilist_go(oi); - - if (l) evas_list_free(l); } static void @@ -314,7 +312,4 @@ } 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