Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

+ (instancetype)identityOfRows; leaks memory #9

@ashayk

Description

@ashayk

The array contents are allocated: double new_m = calloc(mn, sizeof(double));
Then copied into the matrix, but the originals are never freed.

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