Commit e0419391 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

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

parent 180da392
...@@ -1559,8 +1559,7 @@ cleanup: ...@@ -1559,8 +1559,7 @@ cleanup:
if(hbmDst) if(hbmDst)
DeleteObject(hbmDst); DeleteObject(hbmDst);
if(hdcDst) DeleteDC(hdcDst);
DeleteDC(hdcDst);
if(hbmMask) if(hbmMask)
DeleteObject(hbmMask); DeleteObject(hbmMask);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment