Fix crash in messagereply (#6372)

* Fix crash in messagereply

* Fix formatting
This commit is contained in:
Jonas Kvinge 2019-07-20 19:52:37 +02:00 committed by John Maguire
parent da0447142b
commit 5bb35bf08a
1 changed files with 1 additions and 1 deletions

View File

@ -86,9 +86,9 @@ void MessageReply<MessageType>::SetReply(const MessageType& message) {
finished_ = true;
success_ = true;
emit Finished(success_);
qLog(Debug) << "Releasing ID" << id() << "(finished)";
semaphore_.release();
emit Finished(success_);
}
#endif // MESSAGEREPLY_H