]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for 21788
authorNick Mathewson <nickm@torproject.org>
Mon, 27 Mar 2017 09:01:50 +0000 (11:01 +0200)
committerNick Mathewson <nickm@torproject.org>
Mon, 27 Mar 2017 09:01:50 +0000 (11:01 +0200)
changes/bug21788 [new file with mode: 0644]

diff --git a/changes/bug21788 b/changes/bug21788
new file mode 100644 (file)
index 0000000..48deec2
--- /dev/null
@@ -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.