From 1782dcb2644d427a2fda4da269c36680eccef5a3 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 6 Nov 2015 15:09:33 +0100 Subject: [PATCH] tests: ensure there are no leaks in ban-ips --- tests/ban-ips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ban-ips.c b/tests/ban-ips.c index ed6a4add..431e17a8 100644 --- a/tests/ban-ips.c +++ b/tests/ban-ips.c @@ -162,7 +162,7 @@ int main() exit(1); } - + main_ban_db_deinit(s); talloc_free(s); return 0; }