Hi nobled,
On Fri, Dec 3, 2010 at 12:08 AM, nobled wrote:
> Minimize code duplication and avoid null-free in case any of
> the allocations failed.
> ---
> src/gallium/drivers/r300/r300_context.c | 30
> +-
> 1 files changed, 9 insertions(+), 21 deletions(-)
>
> dif
Minimize code duplication and avoid null-free in case any of
the allocations failed.
---
src/gallium/drivers/r300/r300_context.c | 30 +-
1 files changed, 9 insertions(+), 21 deletions(-)
diff --git a/src/gallium/drivers/r300/r300_context.c
b/src/gallium/drivers/r300