mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-20 11:35:42 +02:00
plugin: remove linked-list items as we
This commit is contained in:
parent
f7fd305821
commit
aa6ea602ca
1 changed files with 1 additions and 2 deletions
3
plugin.c
3
plugin.c
|
@ -29,9 +29,8 @@ fini(void)
|
||||||
LOG_ERR("%s: dlclose(): %s", plug->item.name, dl_error);
|
LOG_ERR("%s: dlclose(): %s", plug->item.name, dl_error);
|
||||||
|
|
||||||
free(plug->item.name);
|
free(plug->item.name);
|
||||||
|
tll_remove(libs, plug);
|
||||||
}
|
}
|
||||||
|
|
||||||
tll_free(libs);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const struct module_info *
|
const struct module_info *
|
||||||
|
|
Loading…
Add table
Reference in a new issue