Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Created January 20, 2022 12:26
Show Gist options
  • Save MartinZikmund/328e5f21b42961c3e89faf00a0b1f09b to your computer and use it in GitHub Desktop.
Save MartinZikmund/328e5f21b42961c3e89faf00a0b1f09b to your computer and use it in GitHub Desktop.
for (int i = 0; i < 10000; i++)
{
new Button();
}
GC.Collect();
GC.WaitForPendingFinalizers();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment