mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Fixed WindowsDriver mem leak
This commit is contained in:
@@ -242,7 +242,7 @@ namespace Terminal.Gui {
|
||||
|
||||
// BUGBUG: OverlappedTop is not cleared here, but it should be?
|
||||
|
||||
MainLoop?.Stop ();
|
||||
MainLoop?.Dispose ();
|
||||
MainLoop = null;
|
||||
Driver?.End ();
|
||||
Driver = null;
|
||||
|
||||
Reference in New Issue
Block a user