mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
fix missing furi_record_close
This commit is contained in:
parent
ba69ee88f3
commit
2fd8c71626
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue