Making sure we free memory.

This commit is contained in:
larsbrubaker 2014-07-20 16:18:07 -07:00
parent ae5fc574ee
commit e6930205b3
3 changed files with 7 additions and 19 deletions

View file

@ -794,10 +794,5 @@ namespace MatterHackers.MatterControl
{
PrinterConnectionAndCommunication.Instance.HomeAxis(PrinterConnectionAndCommunication.Axis.XYZ);
}
public override void OnClosing(out bool CancelClose)
{
base.OnClosing(out CancelClose);
}
}
}