Module: wine Branch: master Commit: 6c63ebefc3a80ea995301e9e13d8da5c15617555 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6c63ebefc3a80ea995301e9e13...
Author: Paul Vriens paul.vriens.wine@gmail.com Date: Sun Mar 9 13:09:59 2008 +0100
comctl32/tests: Don't use FreeLibrary with GetModuleHandle.
---
dlls/comctl32/tests/dpa.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/comctl32/tests/dpa.c b/dlls/comctl32/tests/dpa.c index c718789..552387f 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); }