Memory leaks and errors
This commit is contained in:
parent
3f68cca06c
commit
10d45bcee3
5 changed files with 11 additions and 9 deletions
|
|
@ -111,7 +111,9 @@ backend_terminate(clicon_handle h)
|
|||
stream_publish_exit();
|
||||
clixon_plugin_exit(h);
|
||||
/* Delete all backend plugin RPC callbacks */
|
||||
rpc_callback_delete_all();
|
||||
rpc_callback_delete_all(h);
|
||||
/* Delete all backend plugin upgrade callbacks */
|
||||
upgrade_callback_delete_all(h);
|
||||
|
||||
if (pidfile)
|
||||
unlink(pidfile);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue