forked from external/yambar
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);
|
||||
|
||||
free(plug->item.name);
|
||||
tll_remove(libs, plug);
|
||||
}
|
||||
|
||||
tll_free(libs);
|
||||
}
|
||||
|
||||
const struct module_info *
|
||||
|
|
Loading…
Add table
Reference in a new issue