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

This commit is contained in:
Alexandre Julliard 2012-10-18 20:17:56 +02:00
parent 415d3a2425
commit c4bae8fab0
1 changed files with 0 additions and 1 deletions

View File

@ -657,7 +657,6 @@ static void test_tab(INT nMinTabWidth)
DestroyWindow (hwTab); DestroyWindow (hwTab);
ImageList_Destroy(himl); ImageList_Destroy(himl);
DeleteObject(hFont);
} }
static void test_width(void) static void test_width(void)