diff options
Diffstat (limited to 'test/ring_test.c')
-rw-r--r-- | test/ring_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ring_test.c b/test/ring_test.c index d4d2d38..24163fe 100644 --- a/test/ring_test.c +++ b/test/ring_test.c @@ -129,6 +129,8 @@ main(int argc, char** argv) n_writes = (unsigned)atoi(argv[2]); } + zix_ring_free(NULL); + printf("Testing %u writes of %d ints to a %u int ring...\n", n_writes, MSG_SIZE, |