Skip to content

Memory allocated never freed #6

@RodgerLeblanc

Description

@RodgerLeblanc

You malloc() the size of WeatherAppData in init() but never free this memory on app exit, you should call this line at the end of main_window_unload() :
free(data);

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