Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #890 from degasus/glx
glx: fix shutdown hang
  • Loading branch information
Sonicadvance1 committed Aug 28, 2014
2 parents 6955e02 + 8b0ad5d commit 8e7d741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinWX/GLInterface/X11_Util.cpp
Expand Up @@ -46,6 +46,7 @@ Window cX11Window::CreateXWindow(Window parent, XVisualInfo *vi)
void cX11Window::DestroyXWindow(void)
{
XUnmapWindow(dpy, win);
win = 0;
if (xEventThread.joinable())
xEventThread.join();
XFreeColormap(dpy, colormap);
Expand Down

0 comments on commit 8e7d741

Please sign in to comment.