summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-05-23 02:11:23 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-06-07 05:03:04 +0200
commit7296f47cc989949f9fe9d0d914adda31c5a050b8 (patch)
tree593ae9ac7626e48c4164d4f6a78a24f13a3db0c3 /include
parent98199002993ab0a0b234287817ec66f92ca329ea (diff)
Lsan: fix memory leak
Change-Id: I82a517a267cceaac4dd1030d45c67fc070e22def
Diffstat (limited to 'include')
-rw-r--r--include/vcl/opengl/OpenGLContext.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx
index 7c233c95351f..bceb8ffb1a8d 100644
--- a/include/vcl/opengl/OpenGLContext.hxx
+++ b/include/vcl/opengl/OpenGLContext.hxx
@@ -137,6 +137,8 @@ struct GLWindow
bMultiSampleSupported(false)
{
}
+
+ ~GLWindow();
};
class VCLOPENGL_DLLPUBLIC OpenGLContext