diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-08-08 09:12:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-08 09:13:45 -0400 |
commit | 3af4aafbcb035271f84480ef745bad2b8c28a92b (patch) | |
tree | 2bb5e4c2892808e0e5c456f432b61a7ded1aee80 /changes/bug23139 | |
parent | 1168e21b45cb981463fa77a45c2e697bb75d573c (diff) | |
download | tor-3af4aafbcb035271f84480ef745bad2b8c28a92b.tar.gz tor-3af4aafbcb035271f84480ef745bad2b8c28a92b.zip |
Fix a memory leak in consdiffmgr.c
Fixes bug 23139; bugfix on 0.3.1.1-alpha.
Diffstat (limited to 'changes/bug23139')
-rw-r--r-- | changes/bug23139 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug23139 b/changes/bug23139 new file mode 100644 index 0000000000..ed63ce85e2 --- /dev/null +++ b/changes/bug23139 @@ -0,0 +1,3 @@ + o Minor bugfixes (directory cache): + - Fix a memory leak in the code that recovers space in the consensus + directory cache. Fixes bug 23139; bugfix on 0.3.1.1-alpha. |