aboutsummaryrefslogtreecommitdiff
path: root/tests/ipcsupp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ipcsupp.c')
-rw-r--r--tests/ipcsupp.c3
1 files changed, 2 insertions, 1 deletions
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);