diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/multistress.c | 2 | ||||
| -rw-r--r-- | tests/reqstress.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/multistress.c b/tests/multistress.c index 63feb666..e4fa1f2f 100644 --- a/tests/multistress.c +++ b/tests/multistress.c @@ -825,7 +825,6 @@ Main({ for (i = 0; i < ncases; i++) { nng_aio_stop(cases[i].woke); } - nng_closeall(); Test("MultiProtocol/Transport Stress", { Convey("All tests worked", { @@ -853,4 +852,5 @@ Main({ }); free(cases); + nng_fini(); }) diff --git a/tests/reqstress.c b/tests/reqstress.c index 18eac37a..89190c64 100644 --- a/tests/reqstress.c +++ b/tests/reqstress.c @@ -310,7 +310,6 @@ Main({ nng_aio_stop(cases[i].time_aio); } nng_msleep(100); - nng_closeall(); Test("Req/Rep Stress", { Convey("All tests worked", { @@ -337,4 +336,5 @@ Main({ }); free(cases); + nng_fini(); }) |
