mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Free global_rate_limit in connection_free_all().
This commit is contained in:
parent
a5fd07d178
commit
ec8d0a6d83
@ -4161,4 +4161,9 @@ connection_free_all(void)
|
||||
smartlist_free(outgoing_addrs);
|
||||
outgoing_addrs = NULL;
|
||||
}
|
||||
|
||||
#ifdef USE_BUFFEREVENTS
|
||||
if (global_rate_limit)
|
||||
bufferevent_rate_limit_group_free(global_rate_limit);
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user