mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Merge remote-tracking branch 'public/bug23774_032' into maint-0.3.2
This commit is contained in:
commit
5bee5fbac7
4
changes/bug23774
Normal file
4
changes/bug23774
Normal file
@ -0,0 +1,4 @@
|
||||
o Minor bugfixes (memory leak):
|
||||
- Fix a minor memory-leak-at-exit in the KIST scheduler. This
|
||||
bug should have no user-visible impact. Fixes bug 23774;
|
||||
bugfix on 0.3.2.1-alpha.
|
@ -158,6 +158,7 @@ static void
|
||||
free_all_socket_info(void)
|
||||
{
|
||||
HT_FOREACH_FN(socket_table_s, &socket_table, free_socket_info_by_ent, NULL);
|
||||
HT_CLEAR(socket_table_s, &socket_table);
|
||||
}
|
||||
|
||||
static socket_table_ent_t *
|
||||
|
Loading…
Reference in New Issue
Block a user