diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-10-17 13:40:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-10-17 13:40:31 -0400 |
commit | 8652f3e9e82f5f5565eeb2d6e7ee6fa449b26042 (patch) | |
tree | 261c8c431e2dba1b42b8b9d2534a8a98cf5c34ea /changes | |
parent | 22139c0b285e32639b35d671bef12277d3441791 (diff) | |
download | tor-8652f3e9e82f5f5565eeb2d6e7ee6fa449b26042.tar.gz tor-8652f3e9e82f5f5565eeb2d6e7ee6fa449b26042.zip |
Fix memory leak when freeing socket_table in KIST.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23774 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug23774 b/changes/bug23774 new file mode 100644 index 0000000000..2ea5c0122a --- /dev/null +++ b/changes/bug23774 @@ -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. |