On Mon, Jan 10, 2011 at 12:44:23PM -0500, Adam Jackson wrote: > v2: More aggressive loop rewrite pointed out by Daniel.
Sorry, I should've mentioned this the first time -- only realised after
I sent the mail -- but:
> + for (i = 0; i < clientTable[client].buckets; i++) {
> + res = clientTable[client].resources[i];
I think you need a:
if (!res)
break;
here?
That aside:
Reviewed-by: Daniel Stone <[email protected]>
Cheers,
Daniel
signature.asc
Description: Digital signature
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
