diff --git a/ICD.Common.Utils/Xml/IcdXmlReader.cs b/ICD.Common.Utils/Xml/IcdXmlReader.cs index 109c9db..4d85ad5 100644 --- a/ICD.Common.Utils/Xml/IcdXmlReader.cs +++ b/ICD.Common.Utils/Xml/IcdXmlReader.cs @@ -114,6 +114,9 @@ namespace ICD.Common.Utils.Xml public void Dispose() { + if (m_Reader == null) + return; + try { #if SIMPLSHARP