summaryrefslogtreecommitdiff
path: root/src/or/connection.c
diff options
context:
space:
mode:
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 a3481ece30..36e192a767 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -419,6 +419,7 @@ _connection_free(connection_t *conn)
}
if (conn->type == CONN_TYPE_CONTROL) {
control_connection_t *control_conn = TO_CONTROL_CONN(conn);
+ tor_free(control_conn->safecookie_client_hash);
tor_free(control_conn->incoming_cmd);
}