Skip to content

potential memory leak on config failure #319

@magenbluten

Description

@magenbluten

the region created here:

r->region = regional_create_custom(sizeof(struct regional));

does not get free'd in the err handling path:

err:

assuming the region could be created but one of the following actions fails.

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