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