Fix a few small memory leaks.
This commit is contained in:
parent
b50d6a7f2a
commit
1f00111e94
3 changed files with 8 additions and 3 deletions
|
|
@ -493,9 +493,12 @@ end:
|
|||
end_nonet:
|
||||
logger(LOG_NOTICE, "Terminating");
|
||||
|
||||
free(priority);
|
||||
|
||||
crypto_exit();
|
||||
|
||||
exit_configuration(&config_tree);
|
||||
free(cmdline_conf);
|
||||
free_names();
|
||||
|
||||
return status;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue