aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ipc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ipc.c b/tests/ipc.c
index 69fe36d0..d8752a70 100644
--- a/tests/ipc.c
+++ b/tests/ipc.c
@@ -15,4 +15,6 @@
TestMain("IPC Transport", {
trantest_test_all("ipc:///tmp/nng_ipc_test");
+
+ nng_fini();
})