aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-10-11 03:30:15 +0000
committerRoger Dingledine <arma@torproject.org>2007-10-11 03:30:15 +0000
commit60c9b177742cd26c7df3ced140f2a6248d7ecbd7 (patch)
tree9c2f9afc89ddf56e76ea1ca1d97d5795c9195c41 /src
parent02e61656647c97699bf6e78bb63c6ff03e99f2ab (diff)
downloadtor-60c9b177742cd26c7df3ced140f2a6248d7ecbd7.tar.gz
tor-60c9b177742cd26c7df3ced140f2a6248d7ecbd7.zip
backport r11864
svn:r11865
Diffstat (limited to 'src')
-rw-r--r--src/or/control.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/control.c b/src/or/control.c
index cb9c23fe80..a8e58aee4b 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -2268,6 +2268,7 @@ handle_control_protocolinfo(control_connection_t *conn, uint32_t len,
cookies?" COOKIEFILE=":"",
cookies?esc_cfile:"",
escaped(VERSION));
+ tor_free(methods);
tor_free(cfile);
tor_free(esc_cfile);
}