Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 799389 - Crash when removing an account
Destroying the split vector from front->back crashes halfway through because the iterators aren't updated as we remove items from the vector. Iterating in reverse works because the remaining elements aren't moved as we delete.
- Loading branch information