From 5ee6713c34963ed400c8886213ed2ee53c367c74 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 5 Jul 2017 15:59:40 -0700 Subject: Move TCP negotiation out of sync accept/connect. --- tests/tcp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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(); }) -- cgit v1.2.3-70-g09d2