mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-27 15:22:29 +03:00
Merge remote-tracking branch 'OFW/dev' into dev
This commit is contained in:
commit
d69d52f1df
@ -80,6 +80,7 @@ void archive_file_append(const char* path, const char* format, ...) {
|
||||
storage_file_write(file, furi_string_get_cstr(string), furi_string_size(string));
|
||||
}
|
||||
|
||||
furi_string_free(string);
|
||||
storage_file_close(file);
|
||||
storage_file_free(file);
|
||||
furi_record_close(RECORD_STORAGE);
|
||||
|
Loading…
Reference in New Issue
Block a user