mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-21 04:44:25 -04:00
fixed bug due to missing iterator increment
This commit is contained in:
parent
cd4594d0a3
commit
1a9ac16546
1 changed files with 3 additions and 0 deletions
|
@ -358,6 +358,9 @@ public:
|
||||||
mTokenService.cancelRequest(it->first);
|
mTokenService.cancelRequest(it->first);
|
||||||
it = mActiveTokens.erase(it);
|
it = mActiveTokens.erase(it);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
++it;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue