Open ghost opened 4 years ago
Here's a memory leak: https://github.com/modern-forms/Modern.Forms/blob/51f917aea77b2ae4fe88eadd18988fb3633402fd/src/Modern.Forms/Control.cs#L53
Nice catch! I'll have to give some thought to how I want to fix this.
Sound like singleInstance add handler once again. Maybe should remove it before add or only add once.
Here's a memory leak: https://github.com/modern-forms/Modern.Forms/blob/51f917aea77b2ae4fe88eadd18988fb3633402fd/src/Modern.Forms/Control.cs#L53