Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1140225 - Close multiprocessing pool after use. r=mccr8
Even though the pool goes out of scope, all of it's processes remain open. Then the next time through we open even more processes which will eventually lead to an OOM crash.
- Loading branch information