From: Peter Palfrader Date: Thu, 15 Jun 2006 23:14:01 +0000 (+0000) Subject: And a minor bugfix to the weaselhack X-Git-Tag: tor-0.1.1.23~215 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ff24dbc2638fc3604e7c5ed3c107fb57d2610a4;p=thirdparty%2Ftor.git And a minor bugfix to the weaselhack svn:r6629 --- diff --git a/src/or/directory.c b/src/or/directory.c index c68e526e44..6575426d21 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -1671,6 +1671,8 @@ directory_handle_command_get(connection_t *conn, char *headers, connection_write_to_buf(tmp, strlen(tmp), conn); connection_write_to_buf(new_directory, dlen, conn); tor_free(new_directory); + tor_free(url); + return 0; } /* we didn't recognize the url */