summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-03-28 10:37:22 -0400
committerNick Mathewson <nickm@torproject.org>2016-03-28 11:12:15 -0400
commitaddd18172167e549b28efc8cf1132e1b8f9d3972 (patch)
tree6b910ec4c71be4c4114a16a46249c861ee97c148 /changes
parent65db5ae566d463dd682a2f63ddf448d04101dab6 (diff)
downloadtor-addd18172167e549b28efc8cf1132e1b8f9d3972.tar.gz
tor-addd18172167e549b28efc8cf1132e1b8f9d3972.zip
Fix memory leak in TestingEnableCellStatsEvent
Only when we were actually flushing the cell stats to a controller would we free them. Thus, they could stay in RAM even after the circuit was freed (eg if we didn't have any controllers). Fixes bug 18673; bugfix on 0.2.5.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug186734
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug18673 b/changes/bug18673
new file mode 100644
index 0000000000..5d6161718a
--- /dev/null
+++ b/changes/bug18673
@@ -0,0 +1,4 @@
+ o Minor bugfixes (memory leak):
+ - Fix a small memory leak that would occur when the
+ TestingEnableCellStatsEvent option was turned on. Fixes bug 18673;
+ bugfix on 0.2.5.2-alpha.