mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
And a minor bugfix to the weaselhack
svn:r6629
This commit is contained in:
parent
af0e47c921
commit
2ff24dbc26
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue