From: Zack Rusin Date: Fri, 15 Feb 2008 06:11:15 +0000 (-0500) Subject: a call was missed during the last rename X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=13d9e616f6ee253ecf99dbb67572c87b5dc9270f;p=mesa.git a call was missed during the last rename --- diff --git a/src/mesa/pipe/draw/draw_stipple.c b/src/mesa/pipe/draw/draw_stipple.c index 7e0e2137b76..506f33512c8 100644 --- a/src/mesa/pipe/draw/draw_stipple.c +++ b/src/mesa/pipe/draw/draw_stipple.c @@ -212,7 +212,7 @@ passthrough_tri(struct draw_stage *stage, struct prim_header *header) static void stipple_destroy( struct draw_stage *stage ) { - draw_free_tmps( stage ); + draw_free_temp_verts( stage ); FREE( stage ); }