mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-30 02:16:33 +00:00
[Coverity] Match up array delete to array new
This commit is contained in:
@@ -2472,7 +2472,7 @@ bool WrappedID3D11DeviceContext::Serialise_RSSetScissorRects(UINT NumRects_, con
|
||||
VerifyState();
|
||||
}
|
||||
|
||||
SAFE_DELETE(Rects);
|
||||
SAFE_DELETE_ARRAY(Rects);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user