summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/aura/root_window_host_linux.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/aura/root_window_host_linux.cc b/ui/aura/root_window_host_linux.cc
index 42fe591..9c0d898 100644
--- a/ui/aura/root_window_host_linux.cc
+++ b/ui/aura/root_window_host_linux.cc
@@ -319,6 +319,8 @@ RootWindowHostLinux::RootWindowHostLinux(const gfx::Rect& bounds)
nodata, 8, 8);
invisible_cursor_ = XCreatePixmapCursor(xdisplay_, blank, blank,
&black, &black, 0, 0);
+ XFreePixmap(xdisplay_, blank);
+
if (RootWindow::hide_host_cursor())
XDefineCursor(xdisplay_, x_root_window_, invisible_cursor_);