Skip to content

Commit

Permalink
Fix Memory Leak
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lee committed Jan 7, 2024
1 parent a627f9a commit 9d8cc15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helpers/meal_pager_storage.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ void meal_pager_read_settings(void* context) {

flipper_format_rewind(fff_file);

furi_string_free(temp_str);

meal_pager_close_config_file(fff_file);
meal_pager_close_storage();
}
Expand Down

0 comments on commit 9d8cc15

Please sign in to comment.