| Index: ui/base/touch/touch_factory.cc
|
| diff --git a/ui/base/touch/touch_factory.cc b/ui/base/touch/touch_factory.cc
|
| index 18cbe1d03d830e81381600b3b34dfe28fd482330..70496e5c5ca2f459a03fdca4be06e5482a71704e 100644
|
| --- a/ui/base/touch/touch_factory.cc
|
| +++ b/ui/base/touch/touch_factory.cc
|
| @@ -54,6 +54,7 @@ TouchFactory::TouchFactory()
|
| nodata, 8, 8);
|
| invisible_cursor_ = XCreatePixmapCursor(display, blank, blank,
|
| &black, &black, 0, 0);
|
| + XFreePixmap(display, blank);
|
| arrow_cursor_ = XCreateFontCursor(display, XC_arrow);
|
|
|
| SetCursorVisible(false, false);
|
|
|