aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-03-27 11:01:50 +0200
committerNick Mathewson <nickm@torproject.org>2017-03-27 11:01:50 +0200
commit1bf891c448f8ba0abffb687cc4a5f4bee641db72 (patch)
tree33bdfb0aee45234f648221d2f2afb2a75e06c571 /changes
parent61e8ee111725f17ae736a611029b330b7fa4c88b (diff)
downloadtor-1bf891c448f8ba0abffb687cc4a5f4bee641db72.tar.gz
tor-1bf891c448f8ba0abffb687cc4a5f4bee641db72.zip
changes file for 21788
Diffstat (limited to 'changes')
-rw-r--r--changes/bug217883
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug21788 b/changes/bug21788
new file mode 100644
index 0000000000..48deec2bb7
--- /dev/null
+++ b/changes/bug21788
@@ -0,0 +1,3 @@
+ o Minor bugfixes:
+ - Fix a small memory leak at exit from the backtrace handler code.
+ Fixes bug 21788; bugfix on 0.2.5.2-alpha. Patch from Daniel Pinto.