shdocvw/tests: Add a missing FreeLibrary().

This commit is contained in:
Paul Vriens 2009-03-06 12:19:43 +01:00 committed by Alexandre Julliard
parent e31df3616a
commit 4f65338a05
1 changed files with 1 additions and 0 deletions

View File

@ -357,4 +357,5 @@ START_TEST(shdocvw)
test_URLSubRegQueryA();
test_ParseURLFromOutsideSourceA();
test_ParseURLFromOutsideSourceW();
FreeLibrary(hshdocvw);
}