mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
38aefea930
The `ResettableTimer` class' code did not account for the `function` attribute to possibly call the timer, creating a deadlock because the lock was already taken while calling the function. Move the function call out of the lock.