Removed remaining and replaced pagination-mode with locked parameter
Dispatcher: Added dispatcher_free(), fixed mem-leaks and malloc return checks
This commit is contained in:
parent
ce06f25be7
commit
edbbb43e1f
14 changed files with 204 additions and 161 deletions
|
|
@ -131,7 +131,7 @@ backend_terminate(clicon_handle h)
|
|||
clixon_process_delete_all(h);
|
||||
|
||||
xpath_optimize_exit();
|
||||
|
||||
clixon_pagination_free(h);
|
||||
if (pidfile)
|
||||
unlink(pidfile);
|
||||
if (sockfamily==AF_UNIX && lstat(sockpath, &st) == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue