fix missing furi_record_close

This commit is contained in:
Aleksandr Skoriy 2022-10-28 08:24:09 +03:00
parent ba69ee88f3
commit 2fd8c71626

View file

@ -56,6 +56,7 @@ void archive_scene_show_on_enter(void* context) {
strlcpy(instance->text_store, furi_string_get_cstr(filename), MAX_NAME_LEN); strlcpy(instance->text_store, furi_string_get_cstr(filename), MAX_NAME_LEN);
storage_file_free(file); storage_file_free(file);
furi_record_close(RECORD_STORAGE);
furi_string_free(filename); furi_string_free(filename);
furi_string_free(str_size); furi_string_free(str_size);