Re: [Mesa-dev] [PATCH 1/5] glx: Add extra null check in __glXClientInfo

2014-02-17 Thread Ian Romanick
It looks like this function has been unused since commit 3f0e3a7, so we should just delete the whole thing. On 02/14/2014 05:23 AM, Juha-Pekka Heikkila wrote: > Signed-off-by: Juha-Pekka Heikkila > --- > src/glx/glxcmds.c | 13 - > 1 file changed, 8 insertions(+), 5 deletions(-) > >

[Mesa-dev] [PATCH 1/5] glx: Add extra null check in __glXClientInfo

2014-02-14 Thread Juha-Pekka Heikkila
Signed-off-by: Juha-Pekka Heikkila --- src/glx/glxcmds.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/glx/glxcmds.c b/src/glx/glxcmds.c index 38a5262..4d8d0c2 100644 --- a/src/glx/glxcmds.c +++ b/src/glx/glxcmds.c @@ -1392,13 +1392,16 @@ void __glXClientI