bridge: drive-by list usage fixes
authorRay Strode <rstrode@redhat.com>
Sat, 21 Jan 2012 11:06:27 +0000 (05:06 -0600)
committerMike Gorse <mgorse@linux-l2tz.site>
Sat, 21 Jan 2012 11:06:27 +0000 (05:06 -0600)
commit247aaaa35739a8ab5e342be6ce4de11d26142b6f
tree6d4f2671553da7e939c27c840ba32bb52a73b44d
parent631f89c9561d319f5f7b488ddbd8cbb1d1f4d684
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.

https://bugzilla.gnome.org/show_bug.cgi?id=659967
atk-adaptor/bridge.c