Updater: Fix double dir cleanup (#3743)

This commit is contained in:
WillyJL 2024-07-02 09:54:28 +02:00 committed by GitHub
parent 14b37a68b2
commit bf90843f25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -96,8 +96,6 @@ static void update_task_cleanup_resources(UpdateTask* update_task) {
storage_error_get_desc(result));
}
furi_string_free(file_path);
} else if(entry_ptr->type == ResourceManifestEntryTypeDirectory) {
n_dir_entries++;
}
}