From 8919949c9b37f084c80dfe8ede22e9ee2cc2908d Mon Sep 17 00:00:00 2001 From: Nikita Tsukanov Date: Wed, 20 Jan 2021 22:35:58 +0300 Subject: [PATCH] this --- src/Shared/PlatformSupport/StandardRuntimePlatform.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shared/PlatformSupport/StandardRuntimePlatform.cs b/src/Shared/PlatformSupport/StandardRuntimePlatform.cs index 2e79762408..8521a50087 100644 --- a/src/Shared/PlatformSupport/StandardRuntimePlatform.cs +++ b/src/Shared/PlatformSupport/StandardRuntimePlatform.cs @@ -60,7 +60,7 @@ namespace Avalonia.Shared.PlatformSupport } catch { - GC.SuppressFinalize(); + GC.SuppressFinalize(this); throw; } #if DEBUG