comctl32: Removed useless NULL check (Coverity).
This commit is contained in:
parent
f5271ce1e3
commit
c2e0226d2f
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue