diff --git a/Core/InteropServices/SafeHGlobalHandle.cs b/Core/InteropServices/SafeHGlobalHandle.cs index c2540e29..1f79450e 100644 --- a/Core/InteropServices/SafeHGlobalHandle.cs +++ b/Core/InteropServices/SafeHGlobalHandle.cs @@ -14,7 +14,7 @@ namespace Vanara.InteropServices public sealed class HGlobalMemoryMethods : IMemoryMethods { /// - bool ISimpleMemoryMethods.AllocZeroes => true; + bool ISimpleMemoryMethods.AllocZeroes => false; /// Gets a value indicating whether this memory supports locking. /// if lockable; otherwise, .