mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-14 08:59:50 -05:00
fixed bug due to missing iterator increment
This commit is contained in:
parent
cd4594d0a3
commit
1a9ac16546
@ -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…
Reference in New Issue
Block a user