Fix network configurator memory leaking (#27346)
* Fix network configurator memory leaking Doesn't dispose this window. * Fix the other part
This commit is contained in:
@@ -88,6 +88,7 @@ public sealed class NetworkConfiguratorBoundUserInterface : BoundUserInterface
|
||||
base.Dispose(disposing);
|
||||
if (!disposing) return;
|
||||
|
||||
_linkMenu?.Dispose();
|
||||
_listMenu?.Dispose();
|
||||
_configurationMenu?.Dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user