Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix a ResourceList<> "soft" leak when destroying a material
A ResourceList<> object was leaked when destroying a material until the Engine was shut down. This could however grow unbounded if churning through Materials. What was actually leaked was entries in the hashmap linking a material to its material instance list. BUGS=[383158161]
- Loading branch information