mega12345mega / NBT-Editor

Edit items, blocks, and entities in-game.
MIT License
52 stars 14 forks source link

Memory leak #125

Open KainGross opened 2 weeks ago

KainGross commented 2 weeks ago

Map<MatrixStack, DrawContext> drawContexts in com.luneruniverse.minecraft.mod.nbteditor.multiversion.MVDrawableHelper does not remove any values due to DrawContext's refers to MatrixStack, causing an infinite map growth with useless objects

image image image

mega12345mega commented 2 weeks ago

Nice find! I'll fix this in the next dev build