Skip to content

Commit

Permalink
Corrected locking in FlushDataBuffer (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-hobgarski-red authored and Divya-563 committed Aug 4, 2023
1 parent e3547eb commit 7f84148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/messaging/MessageDispatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ namespace Messaging {
_dataBuffer.Flush();
}

_dataLock.Lock();
_dataLock.Unlock();
}

bool IsValid() const {
Expand Down

0 comments on commit 7f84148

Please sign in to comment.