Citadel

Citadel

129M Downloads

Memory leak in CitadelServerData

KunoSayo opened this issue ยท 0 comments

commented

The code

private static Map<MinecraftServer, CitadelServerData> dataMap = new HashMap<>();
stores the minecraft server, but not remove or clear when the player leave the server or single player world.

The following images show the GC root and stored multi server

Image Image