Commits on Source (2)
-
It will be faster to wait at the end of the function after we signalled all components that they need to stop. It is possible since whenTimeObserved() does not require any others components that are stopping. The downside is that a timing has more chance to be reported while stopping, but it is legal (it should not be reported after stop).
f4a4ebfd -
use-after-free with _fmtDesc. This variable is released from stop(), but whenDataReady() could still be called during and after stop().
8a4a0af2