Re: [Mesa-dev] [PATCH] glx: Put null check before use

2011-02-12 Thread Eric Anholt
On Thu, 19 Aug 2010 14:06:21 -0400, nobled wrote: > 'dpy' was being checked for null *after* it was already used once. > From 606d6522e90abe526755d80d28754a8229a99baf Mon Sep 17 00:00:00 2001 > From: nobled > Date: Fri, 30 Jul 2010 12:09:18 + > Subject: [PATCH] glx: Put null check before use

[Mesa-dev] [PATCH] glx: Put null check before use

2010-08-19 Thread nobled
'dpy' was being checked for null *after* it was already used once. From 606d6522e90abe526755d80d28754a8229a99baf Mon Sep 17 00:00:00 2001 From: nobled Date: Fri, 30 Jul 2010 12:09:18 + Subject: [PATCH] glx: Put null check before use 'dpy' was being checked for null *after* it was already used