Re: [Mesa-dev] [PATCH 1/4] gallium/hud: replace malloc w/ MALLOC

2013-04-04 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Thu, Apr 4, 2013 at 1:39 AM, Brian Paul wrote: > To match the FREE() called used later. Fixes things on Windows. > --- > src/gallium/auxiliary/hud/hud_context.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/gallium/auxil

[Mesa-dev] [PATCH 1/4] gallium/hud: replace malloc w/ MALLOC

2013-04-03 Thread Brian Paul
To match the FREE() called used later. Fixes things on Windows. --- src/gallium/auxiliary/hud/hud_context.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/auxiliary/hud/hud_context.c b/src/gallium/auxiliary/hud/hud_context.c index 5511f8e..b417f5d 100644 --