MemberListWindow performance (GC)

This commit is contained in:
2023-03-15 00:03:36 +01:00
parent 2b6ec1641e
commit 2e14b4fcce

View File

@ -107,6 +107,7 @@ namespace WGneu.Windows {
ClearInputs(); ClearInputs();
} }
if (!validate) ClearInputStates(); if (!validate) ClearInputStates();
GC.Collect();
} }
private void InitInputs() { private void InitInputs() {