mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Release memory from conn_circid_circuit_map on exit.
svn:r5535
This commit is contained in:
parent
1b770817c0
commit
2d585941b8
@ -328,6 +328,7 @@ circuit_free_all(void)
|
||||
}
|
||||
smartlist_free(circuits_pending_or_conns);
|
||||
circuits_pending_or_conns = NULL;
|
||||
HT_CLEAR(orconn_circid_map, &orconn_circid_circuit_map);
|
||||
}
|
||||
|
||||
/** Deallocate space associated with the cpath node <b>victim</b>. */
|
||||
|
Loading…
Reference in New Issue
Block a user