commit | c0178f10972304027c990a930d6c81060e772abe | [log] [tgz] |
---|---|---|
author | Andreas Huber <andih@google.com> | Wed Feb 17 15:58:57 2010 -0800 |
committer | Andreas Huber <andih@google.com> | Wed Feb 17 16:01:01 2010 -0800 |
tree | 161deec00a7be487c882170abec2ab118c3a5a60 | |
parent | 0a026cff9ef28b973a86e0503f510b6f9935d880 [diff] |
We are cancelling this event during reset, but the event may have already been dispatched at the time, blocking on the mutex. While it's blocking, reset() cancels the event, we're then unblocked and bad things(tm) happen. related-to-bug: 2451174