[Coverity] Match up array delete to array new

This commit is contained in:
baldurk
2016-07-20 18:42:07 +02:00
parent 95b7642612
commit ab22b05021
@@ -2472,7 +2472,7 @@ bool WrappedID3D11DeviceContext::Serialise_RSSetScissorRects(UINT NumRects_, con
VerifyState();
}
SAFE_DELETE(Rects);
SAFE_DELETE_ARRAY(Rects);
return true;
}