Browse Source

this

pull/5324/head
Nikita Tsukanov 5 years ago
committed by GitHub
parent
commit
8919949c9b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Shared/PlatformSupport/StandardRuntimePlatform.cs

2
src/Shared/PlatformSupport/StandardRuntimePlatform.cs

@ -60,7 +60,7 @@ namespace Avalonia.Shared.PlatformSupport
}
catch
{
GC.SuppressFinalize();
GC.SuppressFinalize(this);
throw;
}
#if DEBUG

Loading…
Cancel
Save