Fix crash in messagereply (#6372)
* Fix crash in messagereply * Fix formatting
This commit is contained in:
parent
da0447142b
commit
5bb35bf08a
@ -86,9 +86,9 @@ void MessageReply<MessageType>::SetReply(const MessageType& message) {
|
|||||||
finished_ = true;
|
finished_ = true;
|
||||||
success_ = true;
|
success_ = true;
|
||||||
|
|
||||||
emit Finished(success_);
|
|
||||||
qLog(Debug) << "Releasing ID" << id() << "(finished)";
|
qLog(Debug) << "Releasing ID" << id() << "(finished)";
|
||||||
semaphore_.release();
|
semaphore_.release();
|
||||||
|
emit Finished(success_);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // MESSAGEREPLY_H
|
#endif // MESSAGEREPLY_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user