ilmenit/RastaConverter

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?

pthread_mutex_unlock(&m_gstate->m_mutex);

laoo commented

Removed in 82ebc39