diff options
Diffstat (limited to 'tests/reqstress.c')
| -rw-r--r-- | tests/reqstress.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); }) |
