Johannes Schickel 80fae481b0 Fix a valgrind warning.
It is *not* a good idea to pass a reference to a list entry to List::remove.
Since List::remove will remove *all* occurances of that list entry, it will
also invaldiate the reference, resulting in invalid memory reads after the
entry has been removed from the list, when List::remove will continue to
search the rest of the list for more occurances of the same entry.

svn-id: r48225
2010-03-10 20:33:38 +00:00
..
2008-12-22 14:36:58 +00:00
2009-12-04 17:52:42 +00:00
2010-03-10 20:33:38 +00:00
2008-07-28 12:46:30 +00:00
2009-12-04 17:52:42 +00:00
2008-12-22 14:36:58 +00:00
2009-01-01 15:06:43 +00:00
2009-12-04 17:52:42 +00:00
2009-12-04 17:52:42 +00:00
2009-12-27 20:56:10 +00:00
2010-03-10 17:05:25 +00:00
2010-01-21 23:05:33 +00:00
2009-12-04 17:52:42 +00:00
2010-03-10 17:05:25 +00:00
2008-09-08 08:07:06 +00:00
2010-02-03 09:42:11 +00:00
2009-12-04 17:52:42 +00:00
2008-01-27 19:47:41 +00:00