mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
unregister components while exiting
This commit is contained in:
parent
c9229f3f99
commit
5600a1dca1
5 changed files with 44 additions and 0 deletions
|
@ -2379,6 +2379,8 @@ impl ScriptThread {
|
|||
self.handle_exit_pipeline_msg(pipeline_id, DiscardBrowsingContext::Yes);
|
||||
}
|
||||
|
||||
self.background_hang_monitor.unregister();
|
||||
|
||||
debug!("Exited script thread.");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue