diff --git a/support/hololens/ServoApp/ServoControl/ServoControl.cpp b/support/hololens/ServoApp/ServoControl/ServoControl.cpp index 94ea29bfad7..c0a5ee26f8f 100644 --- a/support/hololens/ServoApp/ServoControl/ServoControl.cpp +++ b/support/hololens/ServoApp/ServoControl/ServoControl.cpp @@ -283,7 +283,6 @@ void ServoControl::Loop() { mServo->PerformUpdates(); } mServo->DeInit(); - cancel_current_task(); } void ServoControl::StartRenderLoop() {