mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Fix document load event firing after pipeline is closed.
This commit is contained in:
parent
fada39164c
commit
b84c6fa5db
3 changed files with 32 additions and 9 deletions
|
@ -296,7 +296,7 @@ impl<C> PaintTask<C> where C: PaintListener + Send + 'static {
|
|||
// If we own buffers in the compositor and we are not exiting completely, wait
|
||||
// for the compositor to return buffers, so that we can release them properly.
|
||||
// When doing a complete exit, the compositor lets all buffers leak.
|
||||
println!("PaintTask {:?}: Saw ExitMsg, {} buffers in use", self.id, self.used_buffer_count);
|
||||
debug!("PaintTask {:?}: Saw ExitMsg, {} buffers in use", self.id, self.used_buffer_count);
|
||||
waiting_for_compositor_buffers_to_exit = true;
|
||||
exit_response_channel = response_channel;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue