From c4e5296892941490c974291f45c2c95132f88370 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 28 Mar 2016 07:39:47 -0400 Subject: [PATCH] Fix memory-counting error in rephist.c. Bug 18651. --- changes/bug18651 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug18651 diff --git a/changes/bug18651 b/changes/bug18651 new file mode 100644 index 0000000000..120a1a5e8e --- /dev/null +++ b/changes/bug18651 @@ -0,0 +1,3 @@ + o Minor bugfixes (assert on exit): + - Fix an assert-on-exit bug related to counting memory usage + in rephist.c. Fixes bug 18651; bugfix on 0.2.8.1-alpha.