mirror of
https://github.com/lxsang/ant-http
synced 2025-07-23 17:19:46 +02:00
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user