Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1661862 - Don't assert when we leak nsSHistories. r=peterv
nsSHistories are kept in a linked list. When we leak one, we hit a linked list assertion. This patch works around that by adding a helper that removes everything from the list before it is destroyed. We'll still have test failures, but they'll be in the leak checker, which is hopefully more informative. Differential Revision: https://phabricator.services.mozilla.com/D145977
- Loading branch information