Re: [Mesa-dev] [PATCH 1/2] st/mesa: don't unreference user attribs up front.

2012-02-09 Thread Brian Paul
On 02/09/2012 12:44 PM, Dave Airlie wrote: From: Dave Airlie postpone unreferences until end of function, as the ones in use will get naturally dereferenced. Signed-off-by: Dave Airlie --- src/mesa/state_tracker/st_draw.c |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) di

[Mesa-dev] [PATCH 1/2] st/mesa: don't unreference user attribs up front.

2012-02-09 Thread Dave Airlie
From: Dave Airlie postpone unreferences until end of function, as the ones in use will get naturally dereferenced. Signed-off-by: Dave Airlie --- src/mesa/state_tracker/st_draw.c |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/mesa/state_tracker/st_draw.c b