Skip to content

Fix use of uninitialized mutex reported by thread sanitizer:

Reinhard Resch requested to merge fix-mtdataman-cleanup into develop

This branch fixes an invalid access to a mutex object. See the error message from gcc's thread sanitizer below: WARNING: ThreadSanitizer: use of an invalid mutex (e.g. uninitialized or destroyed)

Merge request reports