From c52bc49602f08e75e4c365c741543faf0b086c79 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Tue, 4 Jul 2023 00:00:18 +0200 Subject: [PATCH] fUrI-ReCoRd_cLoSe --- applications/main/archive/scenes/archive_scene_search.c | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/main/archive/scenes/archive_scene_search.c b/applications/main/archive/scenes/archive_scene_search.c index 65d39e25a..458708bae 100644 --- a/applications/main/archive/scenes/archive_scene_search.c +++ b/applications/main/archive/scenes/archive_scene_search.c @@ -84,6 +84,7 @@ uint32_t archive_scene_search_dirwalk(void* context) { furi_string_free(name); furi_string_free(path); dir_walk_free(dir_walk); + furi_record_close(RECORD_STORAGE); return 0; }