mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
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:
commit
64560ec0b6
1 changed files with 0 additions and 1 deletions
|
@ -283,7 +283,6 @@ void ServoControl::Loop() {
|
||||||
mServo->PerformUpdates();
|
mServo->PerformUpdates();
|
||||||
}
|
}
|
||||||
mServo->DeInit();
|
mServo->DeInit();
|
||||||
cancel_current_task();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ServoControl::StartRenderLoop() {
|
void ServoControl::StartRenderLoop() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue