diff Implab/Formats/JSON/JSONParser.cs @ 208:7d07503621fe v2

RunnableComponent.Dispose(bool,Exception) changed to standart Dispose(bool) IRunnable is now disposable Code cleanups, suppressed some CodeAnalysis warnings
author cin
date Sun, 13 Nov 2016 18:28:17 +0300
parents c32688129f14
children 8d5de4eb9c2c
line wrap: on
line diff
--- a/Implab/Formats/JSON/JSONParser.cs	Wed Nov 09 12:03:22 2016 +0300
+++ b/Implab/Formats/JSON/JSONParser.cs	Sun Nov 13 18:28:17 2016 +0300
@@ -274,7 +274,7 @@
 
         protected override void Dispose(bool disposing) {
             if (disposing)
-                Safe.Dispose(m_scanner);
+                m_scanner.Dispose();
         }
 
         /// <summary>