diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-05-23 02:11:23 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-05-23 02:50:42 +0200 |
commit | cfaa96546aa0fe347ee169f411d45370eb21810a (patch) | |
tree | 992afe3bbc8f4cdb18a2e1f926eef16d8df337fa /include | |
parent | a1e7915bfec4b9e006a0fc4c6819b63b139af2f0 (diff) |
Lsan: fix memory leak
Change-Id: I82a517a267cceaac4dd1030d45c67fc070e22def
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/opengl/OpenGLContext.hxx | 2 |
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 |