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:
parent
180da39280
commit
e0419391d7
|
@ -1559,8 +1559,7 @@ cleanup:
|
|||
if(hbmDst)
|
||||
DeleteObject(hbmDst);
|
||||
|
||||
if(hdcDst)
|
||||
DeleteDC(hdcDst);
|
||||
DeleteDC(hdcDst);
|
||||
|
||||
if(hbmMask)
|
||||
DeleteObject(hbmMask);
|
||||
|
|
Loading…
Reference in New Issue