mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Refrain from using SMARTLIST_DEL_CURRENT in retry_all_listeners
This commit is contained in:
parent
43211c3a0c
commit
2b146bdb9a
@ -2900,9 +2900,6 @@ retry_all_listeners(smartlist_t *new_conns, int close_all_noncontrol)
|
||||
"(replaced by %s:%d)",
|
||||
conn_type_to_string(old_conn->type), old_conn->address,
|
||||
old_conn->port, new_conn->address, new_conn->port);
|
||||
|
||||
tor_free(r);
|
||||
SMARTLIST_DEL_CURRENT(replacements, r);
|
||||
} SMARTLIST_FOREACH_END(r);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user