Commit 6d6881a7 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

wintrust/tests: Add a missing FreeLibrary.

parent 8f23fc4e
...@@ -465,4 +465,6 @@ START_TEST(asn) ...@@ -465,4 +465,6 @@ START_TEST(asn)
test_decodeSPCLink(); test_decodeSPCLink();
test_encodeSPCPEImage(); test_encodeSPCPEImage();
test_decodeSPCPEImage(); test_decodeSPCPEImage();
FreeLibrary(hCrypt32);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment