mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
test_helpers: add a missing free for CID 1457527.
This commit is contained in:
@@ -306,6 +306,7 @@ test_conn_get_proxy_or_connection(unsigned int proxy_type)
|
||||
UNMOCK(connection_write_to_buf_impl_);
|
||||
UNMOCK(connection_or_change_state);
|
||||
UNMOCK(tor_close_socket);
|
||||
connection_free_(TO_CONN(conn));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user