From: Nick Mathewson Date: Mon, 28 Mar 2016 11:39:47 +0000 (-0400) Subject: Fix memory-counting error in rephist.c. Bug 18651. X-Git-Tag: tor-0.2.8.2-alpha~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4e5296892941490c974291f45c2c95132f88370;p=thirdparty%2Ftor.git Fix memory-counting error in rephist.c. Bug 18651. --- 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.