Auto merge of #24646 - paulrouget:nocancel, r=jdm

No need to cancel the task. The thread is ending.

Fix #24635
This commit is contained in:
bors-servo 2019-11-06 22:56:02 -05:00 committed by GitHub
commit 64560ec0b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -283,7 +283,6 @@ void ServoControl::Loop() {
mServo->PerformUpdates();
}
mServo->DeInit();
cancel_current_task();
}
void ServoControl::StartRenderLoop() {