mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 06:54:19 +00:00
Updater: Fix double dir cleanup (#3743)
This commit is contained in:
parent
14b37a68b2
commit
bf90843f25
1 changed files with 0 additions and 2 deletions
|
@ -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++;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue