mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
GLX: fix memory leak
This commit is contained in:
@ -17,7 +17,6 @@ private:
|
||||
Display *dpy;
|
||||
Window win;
|
||||
GLXContext ctx;
|
||||
XVisualInfo *vi;
|
||||
GLXFBConfig fbconfig;
|
||||
public:
|
||||
friend class cX11Window;
|
||||
|
Reference in New Issue
Block a user