aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2012-12-05 19:15:28 +0200
committerNick Mathewson <nickm@torproject.org>2013-07-18 14:59:56 -0400
commite2e0d09dab0490724555d5c67c2a1d27fd5199c4 (patch)
treec5d8d2be5cd4e92ac69b1307a720561c6b57d3a8 /src/or/connection.c
parent85b7c73168eee63d81b4c1c9205e345d7aa8e773 (diff)
downloadtor-e2e0d09dab0490724555d5c67c2a1d27fd5199c4.tar
tor-e2e0d09dab0490724555d5c67c2a1d27fd5199c4.tar.gz
Various Extended ORPort code improvements.
* Add documentation. * Free ext_or_auth_correct_client_hash. * Use VPORT(ExtORPort) instead of V(ExtORPOrt). See dfe03d36c8749eb07e9bb2ea47e88ff05e9e3127 for details.
Diffstat (limited to 'src/or/connection.c')
-rw-r--r--src/or/connection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/connection.c b/src/or/connection.c
index 9aea501cf..a2719e9f4 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -601,6 +601,7 @@ connection_free_(connection_t *conn)
if (conn->type == CONN_TYPE_OR || conn->type == CONN_TYPE_EXT_OR) {
connection_or_remove_from_ext_or_id_map(TO_OR_CONN(conn));
tor_free(TO_OR_CONN(conn)->ext_or_conn_id);
+ tor_free(TO_OR_CONN(conn)->ext_or_auth_correct_client_hash);
}
#ifdef USE_BUFFEREVENTS