diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-09 19:11:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-09-26 10:56:48 -0700 |
commit | b2b2e1c7f24d9b65059e3d089768d6c49ba4f58f (patch) | |
tree | b9d7c893829d809dbb83e761af3c17c413415d1a /src/or/main.c | |
parent | e3bf8854c81f46470d21f5e44cfa51b16e1d260b (diff) | |
download | tor-b2b2e1c7f24d9b65059e3d089768d6c49ba4f58f.tar.gz tor-b2b2e1c7f24d9b65059e3d089768d6c49ba4f58f.zip |
checkpoint basic protover backend
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |