mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 21:59:02 -04:00
moved faulty line causing early deletion of this at the end of the function
This commit is contained in:
parent
8af6ca9fb7
commit
49d8a851c5
1 changed files with 1 additions and 1 deletions
|
@ -67,8 +67,8 @@ void PendingOperation::finishWithError(const std::string &message)
|
|||
if (!m_finished) {
|
||||
m_finished = true;
|
||||
|
||||
mFinishedCallback();
|
||||
mErrorCallback(m_errorMessage);
|
||||
mFinishedCallback();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue