From 1a9b1a0ad3e1e98a307c8a99211ebc3a94b4ac3e Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 29 Dec 2019 10:12:23 -0800 Subject: fixes #1065 resolver leaks work structures This includes changes to support setting the sanitizer *correctly* (the old code CMake stuff didn't quite get it right), and addresses a number of failures in the test code found by the address sanitizer. --- src/supplemental/websocket/websocket_test.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/supplemental') diff --git a/src/supplemental/websocket/websocket_test.c b/src/supplemental/websocket/websocket_test.c index 831c6d43..9d99f2c2 100644 --- a/src/supplemental/websocket/websocket_test.c +++ b/src/supplemental/websocket/websocket_test.c @@ -337,8 +337,6 @@ test_websocket_fragmentation(void) nng_stream_listener_set_size(l, NNG_OPT_WS_SENDMAXFRAME, 1000000)); TEST_NNG_PASS(nng_stream_listener_listen(l)); - TEST_NNG_PASS(nng_aio_alloc(&laio, NULL, NULL)); - TEST_NNG_PASS(nng_aio_alloc(&daio, NULL, NULL)); nng_aio_set_timeout(laio, 2000); nng_aio_set_timeout(daio, 2000); -- cgit v1.2.3-70-g09d2