Skip to content

File handle leak #14

@peastman

Description

@peastman

There's an error in parse_celfile_v4() that causes it to leak one file handle for every file that gets read. Eventually this causes it to crash. To fix it, add this line to the finally block.

fclose(fp)

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