From cd2b508f4ec22e85104065058722293a951be200 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 17 Apr 2013 11:53:52 -0400 Subject: Don't leak a waiting-for-certs consensus when accepting it. I believe this was introduced in 6bc071f765d2829249db52, which makes this a fix on 0.2.0.10-alpha. But my code archeology has not extended to actually testing that theory. --- changes/bug8719 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/bug8719 (limited to 'changes/bug8719') diff --git a/changes/bug8719 b/changes/bug8719 new file mode 100644 index 000000000..c05b79dde --- /dev/null +++ b/changes/bug8719 @@ -0,0 +1,6 @@ + o Major bugfixes (memory leak): + - Avoid a memory leak where we would leak a consensus body when we find + that a consensus which we couldn't previously verify due to missing + certificates is now verifiable. Fixes bug 8719; bugfix on + 0.2.0.10-alpha. + -- cgit v1.2.3