GLX: fix memory leak

This commit is contained in:
degasus
2015-03-08 17:42:37 +01:00
parent b0f61201c3
commit f3f2ed1536
2 changed files with 3 additions and 2 deletions

View File

@ -17,7 +17,6 @@ private:
Display *dpy;
Window win;
GLXContext ctx;
XVisualInfo *vi;
GLXFBConfig fbconfig;
public:
friend class cX11Window;