From 6e1eaa936a8cd42da24fe7a8b1f698402f3714a7 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 21 Jul 2015 13:59:25 -0400 Subject: [PATCH] changes file for bug16631 --- changes/bug16631 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug16631 diff --git a/changes/bug16631 b/changes/bug16631 new file mode 100644 index 0000000000..24c5747477 --- /dev/null +++ b/changes/bug16631 @@ -0,0 +1,4 @@ + o Minor bugfixes (relay): + - Fix a rarely-encountered memory leak when failing to initialize + the thread pool. Fixes bug 16631; bugfix on 0.2.6.3-alpha. Patch + from "cypherpunks".