comctl32/tests: Free imagelist after use.
This commit is contained in:
parent
6d989feff9
commit
0f003ef48d
|
@ -503,6 +503,7 @@ static void layout_test(void)
|
|||
check_sizes();
|
||||
|
||||
DestroyWindow(hRebar);
|
||||
ImageList_Destroy(himl);
|
||||
}
|
||||
|
||||
#if 0 /* use this to generate more tests */
|
||||
|
|
Loading…
Reference in New Issue