Remove CollectMemoryReports from compositor (fixes #13735)

This commit is contained in:
Michael Kohler 2016-11-05 20:56:14 +01:00
parent f7875dad1a
commit 1985ad6d85
3 changed files with 2 additions and 38 deletions

View file

@ -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;