vcl/source/opengl/OpenGLContext.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit b2f412a39500fe3b4dedad1cc99c6c6603d2bce4 Author: Markus Mohrhard <markus.mohrh...@collabora.co.uk> Date: Wed May 28 23:17:08 2014 +0200 Lsan: fix memory leak Change-Id: I223e0587b5a82c1617a0e79a002472070d2d4402 diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx index 6936f2b..71e9409 100644 --- a/vcl/source/opengl/OpenGLContext.cxx +++ b/vcl/source/opengl/OpenGLContext.cxx @@ -783,6 +783,8 @@ SystemWindowData OpenGLContext::generateWinData(Window* pParent) aWinData.pVisual = (void*)(vi->visual); } + XFree(pFBC); + return aWinData; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits