Chromium Code Reviews| Index: remoting/host/capturer_linux.cc |
| diff --git a/remoting/host/capturer_linux.cc b/remoting/host/capturer_linux.cc |
| index ec7dbf35994f33bce11e8c569d85124e88060745..a4f9b18e008f56f87c7db72bef94a9ec18306111 100644 |
| --- a/remoting/host/capturer_linux.cc |
| +++ b/remoting/host/capturer_linux.cc |
| @@ -426,6 +426,8 @@ void CapturerLinux::DeinitXlib() { |
| gc_ = NULL; |
| } |
| + x_server_pixel_buffer_.Release(); |
| + |
| if (display_) { |
| if (damage_handle_) |
| XDamageDestroy(display_, damage_handle_); |