comctl32/tests: Don't delete the global font object.
This commit is contained in:
parent
415d3a2425
commit
c4bae8fab0
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue