diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-10-26 22:40:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-10-26 22:40:24 -0400 |
commit | 8519d36633882ac5971c363a4920466b054a62f6 (patch) | |
tree | 40b8ba71562828a431cabd043785476ec4d58467 /src/or/control.c | |
parent | 071521e02f1e5b966c86324dfadbbef52900707f (diff) | |
parent | e50e7395567c437370223a1cd20f29cd10bf3812 (diff) | |
download | tor-8519d36633882ac5971c363a4920466b054a62f6.tar.gz tor-8519d36633882ac5971c363a4920466b054a62f6.zip |
Merge commit 'origin/maint-0.2.1'
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/control.c b/src/or/control.c index 554aef6b25..0f744f7b96 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -1456,6 +1456,7 @@ getinfo_helper_dir(control_connection_t *control_conn, if (res) { log_warn(LD_CONTROL, "getinfo '%s': %s", question, msg); smartlist_free(descs); + tor_free(url); return -1; } SMARTLIST_FOREACH(descs, signed_descriptor_t *, sd, |