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. --- tests/ipcsupp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/ipcsupp.c') diff --git a/tests/ipcsupp.c b/tests/ipcsupp.c index bb7d92f7..d5128098 100644 --- a/tests/ipcsupp.c +++ b/tests/ipcsupp.c @@ -51,7 +51,8 @@ TestMain("Supplemental IPC", { Reset({ nng_aio_free(daio); - nng_aio_free(laio); + nng_aio_free(laio); + nng_aio_free(maio); if (c1 != NULL) { nng_stream_close(c1); nng_stream_free(c1); -- cgit v1.2.3-70-g09d2