GNOME Bugzilla – Bug 659967
bridge: drive-by list usage fixes
Last modified: 2012-01-23 16:19:41 UTC
Just some drive by fixes Matthias and I noticed when debugging a separate gtk crasher bug.
Created attachment 197371 [details] [review] bridge: drive-by list usage fixes There are a few places where the glib list apis aren't being used right: 1) There is code that use GList functions on GSLists 2) There is code that uses the list node itself instead of the node data 3) There is code that removes nodes from a list as its iterating over that list.
Thanks; these look good (not sure if they should break the freeze or not; it's okay with me either way).
I've just merged this patch: 247aaa.
oh thanks. this dropped of my radar.