rasapi32/tests: Add a FreeLibrary.

This commit is contained in:
Paul Vriens 2009-04-29 10:04:59 +02:00 committed by Alexandre Julliard
parent 76c0babdcf
commit 3af523fdf5
1 changed files with 2 additions and 0 deletions

View File

@ -163,4 +163,6 @@ START_TEST(rasapi)
InitFunctionPtrs();
test_rasenum();
FreeLibrary(hmodule);
}