Replace mono_assembly_name_free use with mono_assembly_name_free_internal. (#16982)
commita03027cab08e9b2caddef8cdd8b62b8d2d6430c8
authorJay Krell <jaykrell@microsoft.com>
Wed, 16 Oct 2019 12:25:55 +0000 (16 05:25 -0700)
committermonojenkins <jo.shields+jenkins@xamarin.com>
Wed, 16 Oct 2019 12:25:55 +0000 (16 14:25 +0200)
tree7a5e14899d38d2acc1f7cc7e6e60f7cdd54b1386
parent0aabccef9bf6f17313fa384349a8089e8d8b0642
Replace mono_assembly_name_free use with mono_assembly_name_free_internal. (#16982)

Replace mono_assembly_name_free use with mono_assembly_name_free_internal.

Maybe just remove the GC mode change and remove the internal form.
We don't really equate malloc/free with GC/locks/hangs, though arguably we should. Arguably this change is right.
mono/metadata/appdomain.c
mono/metadata/assembly.c
mono/metadata/assembly.h
mono/metadata/external-only.c
mono/metadata/icall.c
mono/mini/mini-wasm-debugger.c