Fixed array delete in debugger.cpp (#79638)
authorAmardCordanius <98409838+AmardCordanius@users.noreply.github.com>
Mon, 23 Jan 2023 13:44:35 +0000 (16:44 +0300)
committerGitHub <noreply@github.com>
Mon, 23 Jan 2023 13:44:35 +0000 (08:44 -0500)
commit5c4543380c16507312f178b13dd6e116ad5a41cb
treed420432d2c1c073c8b4595af72f10a6c76e319d1
parent7131ef92b963b9fc1f5b42abe5eabb90da38ba57
Fixed array delete in debugger.cpp (#79638)

m_pOffsetToHandlerInfo is array and should be delete via `delete[]`
src/coreclr/debug/ee/debugger.cpp