]> git.tdb.fi Git - libs/gui.git/blobdiff - source/glcontext.h
Plug some memory leaks
[libs/gui.git] / source / glcontext.h
index 1156b53aee112e7fd3ad50a69b7a41081b1e592e..f9e5f4696d9aab3cebeceed67be72049d0eeda5a 100644 (file)
@@ -38,6 +38,8 @@ private:
 
 public:
        GLContext(Display &dpy, const GLOptions &opts);
+       ~GLContext();
+
        void attach(Window &wnd);
        void swap_buffers();
 private: