mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 13:09:49 +04:00
fix missing furi_record_close
This commit is contained in:
@@ -56,6 +56,7 @@ void archive_scene_show_on_enter(void* context) {
|
||||
strlcpy(instance->text_store, furi_string_get_cstr(filename), MAX_NAME_LEN);
|
||||
|
||||
storage_file_free(file);
|
||||
furi_record_close(RECORD_STORAGE);
|
||||
|
||||
furi_string_free(filename);
|
||||
furi_string_free(str_size);
|
||||
|
||||
Reference in New Issue
Block a user