comctl32/tests: Don't use FreeLibrary with GetModuleHandle.

This commit is contained in:
Paul Vriens 2008-03-09 13:09:59 +01:00 committed by Alexandre Julliard
parent d1a3bad723
commit 6c63ebefc3
1 changed files with 0 additions and 2 deletions

View File

@ -453,6 +453,4 @@ START_TEST(dpa)
test_dpa();
else
trace("skipping tests\n");
FreeLibrary(hcomctl32);
}