mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +08:00
Free unused TitleDB entries.
This commit is contained in:
parent
fe0768885d
commit
a62655d896
@ -134,6 +134,8 @@ static void task_populate_titledb_thread(void* arg) {
|
||||
|
||||
if(add) {
|
||||
linked_list_add_sorted(data->items, item, NULL, task_populate_titledb_compare);
|
||||
} else {
|
||||
task_free_titledb(item);
|
||||
}
|
||||
} else {
|
||||
free(item);
|
||||
|
Loading…
x
Reference in New Issue
Block a user