From: tijoytom Date: Tue, 2 Aug 2016 01:49:10 +0000 (-0700) Subject: Rename ZeroFreeMemoryUTF8 to ZeroFreeCoTaskMemUTF8 in ref (dotnet/coreclr#6561) X-Git-Tag: submit/tizen/20210909.063632~11030^2~9750 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b72eef6b2aaa6f5f01007415a9bc33a559118676;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Rename ZeroFreeMemoryUTF8 to ZeroFreeCoTaskMemUTF8 in ref (dotnet/coreclr#6561) Commit migrated from https://github.com/dotnet/coreclr/commit/309e00d273814e397530dd2ace3c8aa46335ab81 --- diff --git a/src/coreclr/src/mscorlib/ref/mscorlib.cs b/src/coreclr/src/mscorlib/ref/mscorlib.cs index f44978e..8e9171d 100644 --- a/src/coreclr/src/mscorlib/ref/mscorlib.cs +++ b/src/coreclr/src/mscorlib/ref/mscorlib.cs @@ -10333,7 +10333,7 @@ namespace System.Runtime.InteropServices public static void ZeroFreeGlobalAllocAnsi(System.IntPtr s) { } [System.Security.SecurityCriticalAttribute] public static void ZeroFreeGlobalAllocUnicode(System.IntPtr s) { } - public static void ZeroFreeMemoryUTF8(System.IntPtr s) { } + public static void ZeroFreeCoTaskMemUTF8(System.IntPtr s) { } } [System.AttributeUsageAttribute((System.AttributeTargets)(10496), Inherited=false)] [System.Runtime.InteropServices.ComVisibleAttribute(true)]