mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Remove CollectMemoryReports from compositor (fixes #13735)
This commit is contained in:
parent
f7875dad1a
commit
1985ad6d85
3 changed files with 2 additions and 38 deletions
|
@ -1025,6 +1025,8 @@ impl<Message, LTF, STF> Constellation<Message, LTF, STF>
|
|||
if self.shutting_down { return; }
|
||||
self.shutting_down = true;
|
||||
|
||||
self.mem_profiler_chan.send(mem::ProfilerMsg::Exit);
|
||||
|
||||
// TODO: exit before the root frame is initialized?
|
||||
debug!("Removing root frame.");
|
||||
let root_frame_id = self.root_frame_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue