aboutsummaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-02-11 23:16:13 +0000
committerRoger Dingledine <arma@torproject.org>2006-02-11 23:16:13 +0000
commitfdf18fbbdb177f826a0d9f84b388223ad8dac4bd (patch)
treee22c4239621643a6452a49ac62d09fac2b9db0a6 /src/or
parente847085c043757dbf89b79d224c2c628ecd391ca (diff)
downloadtor-fdf18fbbdb177f826a0d9f84b388223ad8dac4bd.tar
tor-fdf18fbbdb177f826a0d9f84b388223ad8dac4bd.tar.gz
stop leaking that
svn:r5969
Diffstat (limited to 'src/or')
-rw-r--r--src/or/directory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/directory.c b/src/or/directory.c
index 084da5c63..82ac35a23 100644
--- a/src/or/directory.c
+++ b/src/or/directory.c
@@ -1408,6 +1408,7 @@ directory_handle_command_get(connection_t *conn, char *headers,
}
note_request(url, dlen);
+ tor_free(url);
debug(LD_DIRSERV,"Dumping %sdirectory to client.",
deflated?"deflated ":"");