Fixing null ref

This commit is contained in:
Chris Cameron
2018-02-25 10:56:44 -05:00
parent a3bf92840e
commit 4aea9f0a05

View File

@@ -114,6 +114,9 @@ namespace ICD.Common.Utils.Xml
public void Dispose()
{
if (m_Reader == null)
return;
try
{
#if SIMPLSHARP