mirror of
https://github.com/lxsang/ant-http
synced 2025-07-27 02:59:47 +02:00
This commit is contained in:
@ -195,6 +195,7 @@ void unload_plugin(struct plugin_entry *np)
|
|||||||
(*fn)();
|
(*fn)();
|
||||||
}
|
}
|
||||||
dlclose(np->handle);
|
dlclose(np->handle);
|
||||||
|
LOG("Unloaded %s", np->pname);
|
||||||
// free((void *) np->handle);
|
// free((void *) np->handle);
|
||||||
if (np->pname)
|
if (np->pname)
|
||||||
free((void *)np->pname);
|
free((void *)np->pname);
|
||||||
|
Reference in New Issue
Block a user