DESKTOP-Kang 6 лет назад
Родитель
Сommit
547b25e21f
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      Dev/OHV/VehicleControlSystem/ControlLayer/Motion/GSIDrive.cs

+ 2 - 0
Dev/OHV/VehicleControlSystem/ControlLayer/Motion/GSIDrive.cs

@@ -75,6 +75,8 @@ namespace VehicleControlSystem.ControlLayer.Drive
             this.threadCancel.Cancel();
             LockUtils.Wait( 50 );
             this.threadCancel.StopWaitAll();
+
+            PhysicalCheckupLogger.Instance.Dispose();
         }
 
         void Thread_DriveStateChcker()