Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | MC-100382: Fix Pathfinding Memory Leak | Aikar | 2016-03-31 | -0/+11 |
https://bugs.mojang.com/browse/MC-100382 A reference to a ChunkCache is never cleaned up after doing a pathfind operation, resulting in leaking chunks. The leaked chunks then hold references to other entities that may also be leaking ChunkCache's, creating a cascading problem. |