Alexandre Julliard : comctl32/tests: Don't delete the global font object.

Alexandre Julliard julliard at winehq.org
Fri Oct 19 13:33:53 CDT 2012


Module: wine
Branch: master
Commit: c4bae8fab01877ab67037c451d840e7daf2dc14f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c4bae8fab01877ab67037c451d840e7daf2dc14f

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Oct 18 20:17:56 2012 +0200

comctl32/tests: Don't delete the global font object.

---

 dlls/comctl32/tests/tab.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/comctl32/tests/tab.c b/dlls/comctl32/tests/tab.c
index a2937ef..51a8a91 100644
--- a/dlls/comctl32/tests/tab.c
+++ b/dlls/comctl32/tests/tab.c
@@ -657,7 +657,6 @@ static void test_tab(INT nMinTabWidth)
     DestroyWindow (hwTab);
 
     ImageList_Destroy(himl);
-    DeleteObject(hFont);
 }
 
 static void test_width(void)




More information about the wine-cvs mailing list