Browse Source

Merge branch 'master' into fixes/1185-stackpanel-gap-property-last-child

pull/1186/head
danwalmsley 8 years ago
committed by GitHub
parent
commit
35ccf41c82
  1. 2
      src/Shared/PlatformSupport/StandardRuntimePlatform.cs

2
src/Shared/PlatformSupport/StandardRuntimePlatform.cs

@ -69,7 +69,9 @@ namespace Avalonia.Shared.PlatformSupport
{
if (!IsDisposed)
{
#if DEBUG
Backtraces.Remove(_backtrace);
#endif
_plat.Free(Address, Size);
GC.RemoveMemoryPressure(Size);
IsDisposed = true;

Loading…
Cancel
Save