aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/tcp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tcp.c b/tests/tcp.c
index 9f248fe8..b37e239c 100644
--- a/tests/tcp.c
+++ b/tests/tcp.c
@@ -40,4 +40,6 @@ TestMain("TCP Transport", {
So(nng_listen(s1, "tcp://*:5771", NULL, NNG_FLAG_SYNCH) == 0);
So(nng_dial(s2, "tcp://127.0.0.1:5771", NULL, NNG_FLAG_SYNCH) == 0);
})
+
+ nng_fini();
})