MINOR: trace: make sure to always stop the locking when stopping or pausing
authorWilly Tarreau <w@1wt.eu>
Tue, 20 Aug 2019 16:57:48 +0000 (18:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Aug 2019 18:21:00 +0000 (20:21 +0200)
commitbeadb5c823030545440a83e19b31de78194fd6f0
tree4fe87636972cdf732e46d23773e16f3cca26d986
parent17a51c64b55055fc0222a765976e66013bd5f875
MINOR: trace: make sure to always stop the locking when stopping or pausing

When we stop or pause a trace (either on a matching event or by hand),
we must also stop the lock-on feature so that we don't follow any
further activity on this pointer even if it is recycled. For now this
is not exploited.
src/trace.c