CVSROOT: /cvs/gnome Module name: gnome-nettool Changes by: gpoo 06/12/01 10:46:42
Modified files: . : ChangeLog src : gn-combo-history.c netstat.c Log message: 2006-12-01 German Poo-Caamano <[EMAIL PROTECTED]> * src/gn-combo-history.c: * src/netstat.c: - Remember to free the strings in the list beside the list itself - Avoid useless GSList -> GList conversion - Avoid unneeded allocations - Avoid quadratic behavior (appending to a list in a for loop is not a good idea, better to prepend and then reverse, but here we can get rid of the new list at all) Fixed #352148. Patch provided by Paolo Borelli <[EMAIL PROTECTED]> URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gnome-nettool&who=gpoo&date=explicit&mindate=2006-12-01%2010:45&maxdate=2006-12-01%2010:47 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list