mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-05-03 23:06:35 +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) {
|
if(add) {
|
||||||
linked_list_add_sorted(data->items, item, NULL, task_populate_titledb_compare);
|
linked_list_add_sorted(data->items, item, NULL, task_populate_titledb_compare);
|
||||||
|
} else {
|
||||||
|
task_free_titledb(item);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
free(item);
|
free(item);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user