diff --git a/applications/main/archive/helpers/archive_files.c b/applications/main/archive/helpers/archive_files.c index 08d2c5ac8..e8331e24d 100644 --- a/applications/main/archive/helpers/archive_files.c +++ b/applications/main/archive/helpers/archive_files.c @@ -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);