mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Fix a "make check" regression in --list-fingerprint.
This commit is contained in:
parent
c838d34921
commit
a675ef8eea
@ -320,9 +320,9 @@ hs_circuitmap_init(void)
|
||||
void
|
||||
hs_circuitmap_free_all(void)
|
||||
{
|
||||
tor_assert(the_hs_circuitmap);
|
||||
|
||||
HT_CLEAR(hs_circuitmap_ht, the_hs_circuitmap);
|
||||
tor_free(the_hs_circuitmap);
|
||||
if (the_hs_circuitmap) {
|
||||
HT_CLEAR(hs_circuitmap_ht, the_hs_circuitmap);
|
||||
tor_free(the_hs_circuitmap);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user