tests: ensure there are no leaks in ban-ips

This commit is contained in:
Nikos Mavrogiannopoulos
2015-11-06 15:09:33 +01:00
parent 14faa4f100
commit 1782dcb264

View File

@@ -162,7 +162,7 @@ int main()
exit(1);
}
main_ban_db_deinit(s);
talloc_free(s);
return 0;
}