Problem with mutexes
Closed this issue · 1 comments
laoo commented
I was trying to migrate the sources from pthreads to standard c++ and stumbled on an error from runtime while unlocking a mutex that hasn't been locked.
Are you sure that unlocking the mutex in this place is correct?
RastaConverter/src/Evaluator.cpp
Line 94 in d897f17