comctl32/tests: Free imagelist after use.

This commit is contained in:
Nikolay Sivov 2009-12-05 20:49:12 +03:00 committed by Alexandre Julliard
parent 6d989feff9
commit 0f003ef48d
1 changed files with 1 additions and 0 deletions

View File

@ -503,6 +503,7 @@ static void layout_test(void)
check_sizes(); check_sizes();
DestroyWindow(hRebar); DestroyWindow(hRebar);
ImageList_Destroy(himl);
} }
#if 0 /* use this to generate more tests */ #if 0 /* use this to generate more tests */