commit | f77d79f2f8eae2e10b664ef83e7ea97a4b9e762b | [log] [tgz] |
---|---|---|
author | Stewart Brodie <stewart@eh.org> | Sat Jan 18 14:43:20 2014 +0100 |
committer | Sebastian Dröge <sebastian@centricular.com> | Sat Jan 18 14:48:54 2014 +0100 |
tree | 1588280b1affee4fd5edb7784f651b057b4c7aaf | |
parent | 75fe1004a52435afbe5abf68c1128ec5db62c3d6 [diff] |
iterator: Preserve the master lock when creating recursive iterator filters with the same lock This way we make sure that a) the lock is always taken when checking the cookie and calling the iterator's next functions and b) it is not taken while calling any of the iterator filter functions. https://bugzilla.gnome.org/show_bug.cgi?id=711138