diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-15 15:11:30 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-15 15:11:30 -0500 |
commit | 8ff60b52889ecd40aa8311171bac619b0598da9b (patch) | |
tree | 8aedd8b03c3c2d0116d6ed45f46d4c6749a4a749 /configure.ac | |
parent | ceeacc734da441051e8c3cfbab420b7083af89b7 (diff) | |
parent | 56b7407a9096eeed8af1b45bda5a149e7ffabb2c (diff) | |
download | tor-8ff60b52889ecd40aa8311171bac619b0598da9b.tar.gz tor-8ff60b52889ecd40aa8311171bac619b0598da9b.zip |
Merge branch 'maint-0.3.2'
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 998bb914b3..93b18a326a 100644 --- a/configure.ac +++ b/configure.ac @@ -625,7 +625,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. |