Stop ignoring crashes around IUnknown::Release calls (#25210)
authorJan Kotas <jkotas@microsoft.com>
Tue, 18 Jun 2019 00:15:56 +0000 (17:15 -0700)
committerGitHub <noreply@github.com>
Tue, 18 Jun 2019 00:15:56 +0000 (17:15 -0700)
commita657823ef5cac9fb96f7f4138c894e919742389e
tree6e93fbdba75afae41ad2b4cfb546b9c788d46fc4
parent3d27a8481fca2914827099a0a5bde615351f81c5
Stop ignoring crashes around IUnknown::Release calls (#25210)

We do not want to be masking any memory corruption and bugs in the runtime.
src/vm/comutilnative.cpp
src/vm/interoputil.cpp