Corosauce / CoroUtil

Minecraft Forge Mod - Library used in most of my other mods
22 stars 27 forks source link

[1.7.10] DimensionChunkCache has memory leaks #22

Closed l89669 closed 6 years ago

l89669 commented 6 years ago

forge is 1.7.10-1614 coroutils is 1.1.5 DimensionChunkCache.chunkArray has memory leaks when updateAllWorldCache() is called. infinite chunks were added to the array This issue happens randomly

l89669 commented 6 years ago

Nevermind, found solution in #5