aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-10-17 13:40:31 -0400
committerNick Mathewson <nickm@torproject.org>2017-10-17 13:40:31 -0400
commit8652f3e9e82f5f5565eeb2d6e7ee6fa449b26042 (patch)
tree261c8c431e2dba1b42b8b9d2534a8a98cf5c34ea /changes
parent22139c0b285e32639b35d671bef12277d3441791 (diff)
downloadtor-8652f3e9e82f5f5565eeb2d6e7ee6fa449b26042.tar.gz
tor-8652f3e9e82f5f5565eeb2d6e7ee6fa449b26042.zip
Fix memory leak when freeing socket_table in KIST.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug237744
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.