diff options
-rw-r--r-- | vcl/source/opengl/OpenGLContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx index cba0b52357f1..974f9130535f 100644 --- a/vcl/source/opengl/OpenGLContext.cxx +++ b/vcl/source/opengl/OpenGLContext.cxx @@ -21,7 +21,7 @@ using namespace com::sun::star; GLWindow::~GLWindow() { -#if defined( UNX ) +#if defined( UNX ) && !defined MACOSX && !defined IOS && !defined ANDROID XFree(vi); #endif } |