From 6c63ebefc3a80ea995301e9e13d8da5c15617555 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Sun, 9 Mar 2008 13:09:59 +0100 Subject: [PATCH] comctl32/tests: Don't use FreeLibrary with GetModuleHandle. --- dlls/comctl32/tests/dpa.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/comctl32/tests/dpa.c b/dlls/comctl32/tests/dpa.c index c718789a266..552387f6fce 100644 --- a/dlls/comctl32/tests/dpa.c +++ b/dlls/comctl32/tests/dpa.c @@ -453,6 +453,4 @@ START_TEST(dpa) test_dpa(); else trace("skipping tests\n"); - - FreeLibrary(hcomctl32); }