Actions
Bug #1211
openReplace inprogress with a mutex
Status:
In Progress
Priority:
Immediate
Assignee:
Category:
General
Target version:
Start date:
14 Apr 2025
Due date:
% Done:
50%
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