mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
Fixing null ref
This commit is contained in:
parent
a3bf92840e
commit
4aea9f0a05
1 changed files with 3 additions and 0 deletions
|
|
@ -114,6 +114,9 @@ namespace ICD.Common.Utils.Xml
|
||||||
|
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
{
|
{
|
||||||
|
if (m_Reader == null)
|
||||||
|
return;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
#if SIMPLSHARP
|
#if SIMPLSHARP
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue