Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikk...@gmail.com> --- src/glx/indirect_glx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/glx/indirect_glx.c b/src/glx/indirect_glx.c index 28b8cd0..41048f4 100644 --- a/src/glx/indirect_glx.c +++ b/src/glx/indirect_glx.c @@ -84,7 +84,7 @@ SendMakeCurrentRequest(Display * dpy, CARD8 opcode, * not the SGI extension. */ - if ((priv->majorVersion > 1) || (priv->minorVersion >= 3)) { + if (priv && (priv->majorVersion > 1) || (priv->minorVersion >= 3)) { xGLXMakeContextCurrentReq *req; GetReq(GLXMakeContextCurrent, req); -- 1.8.1.2 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev