mirror of
https://github.com/lxsang/ant-http
synced 2024-11-16 00:28:21 +01:00
This commit is contained in:
parent
a1acea2441
commit
eed2e9c1af
@ -195,6 +195,7 @@ void unload_plugin(struct plugin_entry *np)
|
||||
(*fn)();
|
||||
}
|
||||
dlclose(np->handle);
|
||||
LOG("Unloaded %s", np->pname);
|
||||
// free((void *) np->handle);
|
||||
if (np->pname)
|
||||
free((void *)np->pname);
|
||||
|
Loading…
Reference in New Issue
Block a user