Actions
Bug #1211
closedReplace inprogress with a mutex
Start date:
14 Apr 2025
Due date:
% Done:
100%
Estimated time:
Severity:
01 - Critical
Description
The inprogress check for iconTouchGTK() should be a mutex_try that returns if the mutex can't be acquired.
That's more correct than an unprotected global variable.
Actions