summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2008-02-15 01:11:15 -0500
committerZack Rusin <zack@tungstengraphics.com>2008-02-15 01:14:59 -0500
commit13d9e616f6ee253ecf99dbb67572c87b5dc9270f (patch)
tree14ca81674a7844c36e9265b8e20f38fda7b5984a /src/mesa
parent19780237ff0e6a89f31ecb9079781568bc2d3fdc (diff)
a call was missed during the last rename
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/pipe/draw/draw_stipple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/draw/draw_stipple.c b/src/mesa/pipe/draw/draw_stipple.c
index 7e0e2137b7..506f33512c 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 );
}