diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-04 12:24:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-04 12:24:05 -0400 |
commit | 109cfebca540c80d176cde54e672e72ab8908139 (patch) | |
tree | 38934f809878f8aa25673b25647e7851489f549d /src/or/hs_common.c | |
parent | 85688dc33ddc80233fa6c883a589fb4ba9377a5d (diff) | |
parent | 0850ae50490419b3d071a18462253148ea29e62c (diff) | |
download | tor-109cfebca540c80d176cde54e672e72ab8908139.tar.gz tor-109cfebca540c80d176cde54e672e72ab8908139.zip |
Merge remote-tracking branch 'dgoulet/bug23327_032_01'
Diffstat (limited to 'src/or/hs_common.c')
-rw-r--r-- | src/or/hs_common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/hs_common.c b/src/or/hs_common.c index 7d10754cde..5ea44b97e7 100644 --- a/src/or/hs_common.c +++ b/src/or/hs_common.c @@ -19,6 +19,7 @@ #include "nodelist.h" #include "hs_cache.h" #include "hs_common.h" +#include "hs_client.h" #include "hs_ident.h" #include "hs_service.h" #include "policies.h" @@ -1704,6 +1705,7 @@ hs_free_all(void) hs_circuitmap_free_all(); hs_service_free_all(); hs_cache_free_all(); + hs_client_free_all(); } /* For the given origin circuit circ, decrement the number of rendezvous |