Re: [Mesa-dev] [PATCH 2/2] xlib: add null ctx check in glXDestroyContext()

2013-05-24 Thread Jose Fonseca
- Original Message - > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=64934 > NOTE: This is a candidate for the stable branches. > --- > src/mesa/drivers/x11/fakeglx.c | 22 -- > 1 file changed, 12 insertions(+), 10 deletions(-) > > diff --git a/src/mesa/dr

[Mesa-dev] [PATCH 2/2] xlib: add null ctx check in glXDestroyContext()

2013-05-24 Thread Brian Paul
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=64934 NOTE: This is a candidate for the stable branches. --- src/mesa/drivers/x11/fakeglx.c | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/mesa/drivers/x11/fakeglx.c b/src/mesa/drivers/x11/fa