From 7e844cf618d67675928fb4c6fadc6cc16db19d19 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 18 Jan 2017 01:16:40 -0800 Subject: Fixes for valgrind issues. --- tests/idhash.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/idhash.c') diff --git a/tests/idhash.c b/tests/idhash.c index b05b4b2f..0609248b 100644 --- a/tests/idhash.c +++ b/tests/idhash.c @@ -12,6 +12,8 @@ #include "core/idhash.c" Main({ + nni_init(); + Test("General ID Hash", { int rv; @@ -166,4 +168,6 @@ Main({ }) }) }) + + nni_fini(); }) -- cgit v1.2.3-70-g09d2