From b2b2e1c7f24d9b65059e3d089768d6c49ba4f58f Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 9 Aug 2016 19:11:47 -0400 Subject: checkpoint basic protover backend --- src/or/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/main.c') diff --git a/src/or/main.c b/src/or/main.c index 03c2b7ed58..c70fa82627 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -46,6 +46,7 @@ #include "onion.h" #include "periodic.h" #include "policies.h" +#include "protover.h" #include "transports.h" #include "relay.h" #include "rendclient.h" @@ -2974,6 +2975,7 @@ tor_free_all(int postfork) ext_orport_free_all(); control_free_all(); sandbox_free_getaddrinfo_cache(); + protover_free_all(); if (!postfork) { config_free_all(); or_state_free_all(); -- cgit v1.2.3-54-g00ecf