diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-18 01:16:40 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-18 01:16:40 -0800 |
| commit | 7e844cf618d67675928fb4c6fadc6cc16db19d19 (patch) | |
| tree | cbb6b64780e01f14722887a72f6f727530fc4ef9 /tests/pubsub.c | |
| parent | 37582a286039f44cc7d8d3b0790e83c03a1ee5bc (diff) | |
| download | nng-7e844cf618d67675928fb4c6fadc6cc16db19d19.tar.gz nng-7e844cf618d67675928fb4c6fadc6cc16db19d19.tar.bz2 nng-7e844cf618d67675928fb4c6fadc6cc16db19d19.zip | |
Fixes for valgrind issues.
Diffstat (limited to 'tests/pubsub.c')
| -rw-r--r-- | tests/pubsub.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pubsub.c b/tests/pubsub.c index ac106afb..ba2d43ae 100644 --- a/tests/pubsub.c +++ b/tests/pubsub.c @@ -19,6 +19,7 @@ Main({ int rv; const char *addr = "inproc://test"; + nni_init(); Test("PUB/SUB pattern", { Convey("We can create a PUB socket", { @@ -168,4 +169,6 @@ Main({ }) }) + + nni_fini(); }) |
