mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-02 12:26:48 +01:00
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;
|
||||
success_ = true;
|
||||
|
||||
emit Finished(success_);
|
||||
qLog(Debug) << "Releasing ID" << id() << "(finished)";
|
||||
semaphore_.release();
|
||||
emit Finished(success_);
|
||||
}
|
||||
|
||||
#endif // MESSAGEREPLY_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user