diff --git a/Source/messaging/MessageDispatcher.h b/Source/messaging/MessageDispatcher.h index 1b73daf46..9f85f0dcd 100644 --- a/Source/messaging/MessageDispatcher.h +++ b/Source/messaging/MessageDispatcher.h @@ -262,7 +262,7 @@ namespace Messaging { _dataBuffer.Flush(); } - _dataLock.Lock(); + _dataLock.Unlock(); } bool IsValid() const {