Loading changes/bug24279 0 → 100644 +5 −0 Original line number Diff line number Diff line 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. Found and patched by Alex Xu. configure.ac +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
changes/bug24279 0 → 100644 +5 −0 Original line number Diff line number Diff line 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. Found and patched by Alex Xu.
configure.ac +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading