Fix a few small memory leaks.
[tinc] / src / tincd.c
index 8401b20..1908846 100644 (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;