mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-09 09:45:10 +00:00
Fixing null ref
This commit is contained in:
@@ -114,6 +114,9 @@ namespace ICD.Common.Utils.Xml
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
if (m_Reader == null)
|
||||
return;
|
||||
|
||||
try
|
||||
{
|
||||
#if SIMPLSHARP
|
||||
|
||||
Reference in New Issue
Block a user