Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Memmory leak #50

@NullifidianSF

Description

@NullifidianSF

Old array

gReasons = new ArrayList(REASON_LEN, 0);
not deleted before opening a new one. I'm not an expert, but adding "delete gReasons;" on line #4 if(gReasons != null) { gReasons.Clear(); delete gReasons; } fixed it.

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