Commit f04b56fb by Chris Forbes

fix mismatched new/delete[] in BeginRenderPass

Change-Id: I065e79f9ea676eaec25e89063908cae6f3854e4c Reviewed-on: https://swiftshader-review.googlesource.com/c/23489Tested-by: 's avatarChris Forbes <chrisforbes@google.com> Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com>
parent 24e71928
...@@ -48,7 +48,7 @@ public: ...@@ -48,7 +48,7 @@ public:
~BeginRenderPass() override ~BeginRenderPass() override
{ {
delete clearValues; delete [] clearValues;
} }
protected: protected:
......
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