commit 67c62394bc0c8a1c7beb689908b968af454a828a
parent ae8683621add4b7fe68ba82f76b231ef8551477f
Author: Nick Mathewson <nickm@torproject.org>
Date: Wed, 15 Nov 2017 15:09:33 -0500
Merge branch 'bug24279_030' into maint-0.3.2
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/changes/bug24279 b/changes/bug24279
@@ -0,0 +1,4 @@
+ o Minor bugfixes (compilation, hardening):
+ - Fix a memory leak warning in one of the libevent-related
+ configuration tests that could occur when manually specifying
+ -fsanitize=address. Fixes bug 24279; bugfix on 0.3.0.2-alpha.
diff --git a/configure.ac b/configure.ac
@@ -624,7 +624,7 @@ struct event_base *event_base_new(void);],
#ifdef _WIN32
{WSADATA d; WSAStartup(0x101,&d); }
#endif
-event_base_new();
+event_base_free(event_base_new());
], [--with-libevent-dir], [/opt/libevent])
dnl Determine the incantation needed to link libevent.