From 9a0f38a349293f188a81b86d5b7639175a1cf334 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 28 Jul 2017 09:49:42 -0400 Subject: Fix a small memory leak when parsing unix: ports twice Fixes bug 23053; CID 1415725. --- changes/bug23053 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug23053 (limited to 'changes') diff --git a/changes/bug23053 b/changes/bug23053 new file mode 100644 index 0000000000..082e239409 --- /dev/null +++ b/changes/bug23053 @@ -0,0 +1,5 @@ + o Minor bugfixes (memory leak): + - Fix a small memory leak when validating a configuration that + uses two or more AF_UNIX sockets for the same port type. + Fixes bug 23053; bugfix on 0.2.6.3-alpha. This is CID + 1415725. -- cgit v1.2.3-54-g00ecf