comctl32/tests: Remove redundant not-NULL check (coccinellery).

Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Michael Stefaniuc 2019-03-01 21:08:23 +01:00 committed by Alexandre Julliard
parent 180da39280
commit e0419391d7
1 changed files with 1 additions and 2 deletions

View File

@ -1559,8 +1559,7 @@ cleanup:
if(hbmDst)
DeleteObject(hbmDst);
if(hdcDst)
DeleteDC(hdcDst);
DeleteDC(hdcDst);
if(hbmMask)
DeleteObject(hbmMask);