mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
test_helpers: add a missing free for CID 1457527.
This commit is contained in:
parent
f2aeaaf71d
commit
c48068ece3
1 changed files with 1 additions and 0 deletions
|
@ -306,6 +306,7 @@ test_conn_get_proxy_or_connection(unsigned int proxy_type)
|
||||||
UNMOCK(connection_write_to_buf_impl_);
|
UNMOCK(connection_write_to_buf_impl_);
|
||||||
UNMOCK(connection_or_change_state);
|
UNMOCK(connection_or_change_state);
|
||||||
UNMOCK(tor_close_socket);
|
UNMOCK(tor_close_socket);
|
||||||
|
connection_free_(TO_CONN(conn));
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue