Skip to content

Ensure all memory is deallocated when no longer needed #44

@cjheppell

Description

@cjheppell

Some tests don't properly deallocate memory. There tends to be calls to X_Construct functions and sometimes no corresponding X_Destruct calls. This causes memory leaks.

We should ensure that anywhere memory is allocated (be it with Xalloc type calls or using X_Construct calls), we should free it up in the appropriate way when it is no longer required.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions