mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
And a minor bugfix to the weaselhack
svn:r6629
This commit is contained in:
parent
af0e47c921
commit
2ff24dbc26
@ -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…
Reference in New Issue
Block a user