From 8287689158403090b5828a568b122b5b3a3ce987 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Mon, 22 Oct 2018 06:05:00 +0200 Subject: tests: Ensure p11_proxy_module_cleanup is called Reported and suggested in #197. --- p11-kit/test-proxy.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'p11-kit') diff --git a/p11-kit/test-proxy.c b/p11-kit/test-proxy.c index c0116a8..bf894f8 100644 --- a/p11-kit/test-proxy.c +++ b/p11-kit/test-proxy.c @@ -356,6 +356,8 @@ teardown_mock_module (CK_FUNCTION_LIST_PTR module) rv = module->C_Finalize (NULL); assert (rv == CKR_OK); + + p11_proxy_module_cleanup (); } /* -- cgit v1.1