mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 08:50:25 +01:00
Add GC.SuppressFinalize
This commit is contained in:
@@ -34,5 +34,6 @@ public abstract class FakeDriverBase : IDisposable
|
||||
public void Dispose ()
|
||||
{
|
||||
Application.ResetState (true);
|
||||
GC.SuppressFinalize(this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user