diff --git a/dlls/comctl32/imagelist.c b/dlls/comctl32/imagelist.c index 82d2664b4af..a8101e6b4e0 100644 --- a/dlls/comctl32/imagelist.c +++ b/dlls/comctl32/imagelist.c @@ -673,7 +673,7 @@ ImageList_Create (INT cx, INT cy, UINT flags, return himl; cleanup: - if (himl) ImageList_Destroy(himl); + ImageList_Destroy(himl); return NULL; }