Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
74b7bfbe
Commit
74b7bfbe
authored
Oct 29, 2017
by
Alex Xu
Committed by
Nick Mathewson
Nov 15, 2017
Browse files
Fix configure libevent memory leak
Breaks build with externally-specified hardening flags.
parent
50fbede4
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
74b7bfbe
...
...
@@ -527,7 +527,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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment