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/router.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/router.c')
-rw-r--r-- | src/or/router.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/router.c b/src/or/router.c index 85abc8c5fb..145301cd0c 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -590,6 +590,7 @@ init_keys(void) if (write_str_to_file(keydir, fingerprint_line, 0)) { log_err(LD_FS, "Error writing fingerprint line to file"); tor_free(keydir); + tor_free(cp); return -1; } } |