summaryrefslogtreecommitdiffstats
path: root/nms-patches/PathfinderAbstract.patch
Commit message (Collapse)AuthorAgeLines
* MC-100382: Fix Pathfinding Memory LeakAikar2016-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.