]> git.sesse.net Git - vlc/commit
glx: fixed startup crash, which seems to be triggered by an x.org optimization, the...
authorDamien Fouilleul <damienf@videolan.org>
Sun, 19 Aug 2007 20:48:38 +0000 (20:48 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Sun, 19 Aug 2007 20:48:38 +0000 (20:48 +0000)
commita2d3b2914a5caf3585fbe4a3748e9becfc451734
tree4ab5eabe3ce99a62821e00c089d1361621b2f42e
parentb5e08529c5257589df14cea7942bacf634f7ba54
glx: fixed startup crash, which seems to be triggered by an x.org optimization, the GLX module seems to be loaded when it is queried upon, and released when the display is closed. Therefore, checking for GLX with a temporary display and using GLX apis with another will crash it.
modules/video_output/x11/glx.c
modules/video_output/x11/xcommon.c