Colormap is needed to create XWindow and it should be freed when XWindow is destroyed. Unless Colormap is freed before destroying XWindow, memory leak is suspected. XFreeColormap therefore is needed on X11Helper.
Created attachment 269712 [details] Patch
Created attachment 269713 [details] Patch
Comment on attachment 269713 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=269713&action=review > Source/WebCore/platform/graphics/surfaces/glx/X11Helper.cpp:296 > + XWindowAttributes attribute; > + XGetWindowAttributes(display, windowId, &attribute); > + > + XFreeColormap(display, attribute.colormap); r=me
Comment on attachment 269713 [details] Patch Thanks!
Comment on attachment 269713 [details] Patch Clearing flags on attachment: 269713 Committed r195992: <http://trac.webkit.org/changeset/195992>
All reviewed patches have been landed. Closing bug.