X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftincd.c;h=190884650e2cfdd9f0ecf69b83996b502bf53c7a;hb=1f00111e94b2f9a4beb9608b1e03a5e73c9c5d21;hp=8401b2090a3ef3975501545383f56a46bd94f164;hpb=b50d6a7f2ad98239018bc5ce7a5739e3bf4f50f7;p=tinc diff --git a/src/tincd.c b/src/tincd.c index 8401b209..19088465 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -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;