[runtime] Avoid freeing a string passed to mono_mb_emit_exception_full (), it doesn...
authorZoltan Varga <vargaz@gmail.com>
Thu, 13 Apr 2017 21:11:23 +0000 (17:11 -0400)
committerZoltan Varga <vargaz@gmail.com>
Thu, 13 Apr 2017 21:11:34 +0000 (17:11 -0400)
commitbc93e7fbe460537b0912881612a27ab9b35717f4
tree087955dcfddb531862f618b294851a6741f75091
parent2f34c3325db5fd144928c367a23ddfd3d2022406
[runtime] Avoid freeing a string passed to mono_mb_emit_exception_full (), it doesn't assume ownership of it. Fixes random wrench failures after 91ae1664061e8ac2d370da57c57d450bb00d64de.
mono/metadata/marshal.c