diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-03-27 11:01:50 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-03-27 11:01:50 +0200 |
commit | 1bf891c448f8ba0abffb687cc4a5f4bee641db72 (patch) | |
tree | 33bdfb0aee45234f648221d2f2afb2a75e06c571 /changes | |
parent | 61e8ee111725f17ae736a611029b330b7fa4c88b (diff) | |
download | tor-1bf891c448f8ba0abffb687cc4a5f4bee641db72.tar.gz tor-1bf891c448f8ba0abffb687cc4a5f4bee641db72.zip |
changes file for 21788
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21788 | 3 |
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. |