commit | d3f19741ad9d3e1849dc9ea589a0c3fdf34126d9 | [log] [tgz] |
---|---|---|
author | Sebastian Dröge <sebastian@centricular.com> | Thu May 10 00:05:51 2018 +0300 |
committer | Sebastian Dröge <sebastian@centricular.com> | Mon May 14 17:01:25 2018 +0300 |
tree | c5ea09bfa99b5d1698fcf8d090c0a0d9c4062b5b | |
parent | fbf6e28747fa9ed10953010a75fc5a28dbe1b6c1 [diff] |
pad: Fix race condition causing the same probe to be called multiple times Probes were remembering a cookie that was used to check if the probe was already called this time before the probes list changed. However the same probes could've been called by another thread in between and thus gotten a new cookie, and would then be called a second time. https://bugzilla.gnome.org/show_bug.cgi?id=795987