mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-29 01:16:20 -05:00
moved faulty line causing early deletion of this at the end of the function
This commit is contained in:
parent
8af6ca9fb7
commit
49d8a851c5
@ -67,8 +67,8 @@ void PendingOperation::finishWithError(const std::string &message)
|
|||||||
if (!m_finished) {
|
if (!m_finished) {
|
||||||
m_finished = true;
|
m_finished = true;
|
||||||
|
|
||||||
mFinishedCallback();
|
|
||||||
mErrorCallback(m_errorMessage);
|
mErrorCallback(m_errorMessage);
|
||||||
|
mFinishedCallback();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user