From 2e14b4fcceb50a3dbec5e5eaa9b71a4d826b8dea Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Wed, 15 Mar 2023 00:03:36 +0100 Subject: [PATCH] MemberListWindow performance (GC) --- WGneu/Windows/MemberListWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/WGneu/Windows/MemberListWindow.xaml.cs b/WGneu/Windows/MemberListWindow.xaml.cs index 1dc9ba4..2247762 100644 --- a/WGneu/Windows/MemberListWindow.xaml.cs +++ b/WGneu/Windows/MemberListWindow.xaml.cs @@ -107,6 +107,7 @@ namespace WGneu.Windows { ClearInputs(); } if (!validate) ClearInputStates(); + GC.Collect(); } private void InitInputs() {