wintrust/tests: Add a missing FreeLibrary.

This commit is contained in:
Paul Vriens 2008-09-05 16:14:56 +02:00 committed by Alexandre Julliard
parent 8f23fc4e2f
commit 6d6881a791
1 changed files with 2 additions and 0 deletions

View File

@ -465,4 +465,6 @@ START_TEST(asn)
test_decodeSPCLink();
test_encodeSPCPEImage();
test_decodeSPCPEImage();
FreeLibrary(hCrypt32);
}