Skip to content

Memory leak in CitadelServerData #217

@KunoSayo

Description

@KunoSayo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions