Reduce Memory Use

This commit is contained in:
Rich 2012-05-21 13:35:26 +00:00
parent a9fed3b80d
commit 3e73bdb664

View File

@ -15,6 +15,8 @@ namespace Volian.Controls.Library
{ {
if (disposing && (components != null)) if (disposing && (components != null))
{ {
_SpellChecker.Dispose();
_tableCellEditor.Dispose();
components.Dispose(); components.Dispose();
} }
base.Dispose(disposing); base.Dispose(disposing);