mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 16:28:36 -07:00
Archive: fix memory leak in favorites add/remove (#3712)
This commit is contained in:
@@ -69,6 +69,7 @@ void archive_file_append(const char* path, const char* format, ...) {
|
|||||||
storage_file_write(file, furi_string_get_cstr(string), furi_string_size(string));
|
storage_file_write(file, furi_string_get_cstr(string), furi_string_size(string));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
furi_string_free(string);
|
||||||
storage_file_close(file);
|
storage_file_close(file);
|
||||||
storage_file_free(file);
|
storage_file_free(file);
|
||||||
furi_record_close(RECORD_STORAGE);
|
furi_record_close(RECORD_STORAGE);
|
||||||
|
|||||||
Reference in New Issue
Block a user