moved faulty line causing early deletion of this at the end of the function

This commit is contained in:
csoler 2021-12-22 22:26:47 +01:00
parent 8af6ca9fb7
commit 49d8a851c5

View File

@ -67,8 +67,8 @@ void PendingOperation::finishWithError(const std::string &message)
if (!m_finished) {
m_finished = true;
mFinishedCallback();
mErrorCallback(m_errorMessage);
mFinishedCallback();
}
}