Fix a few small memory leaks.

This commit is contained in:
Guus Sliepen 2011-12-26 23:11:27 +01:00
parent b50d6a7f2a
commit 1f00111e94
3 changed files with 8 additions and 3 deletions

View file

@ -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;