a call was missed during the last rename
authorZack Rusin <zack@tungstengraphics.com>
Fri, 15 Feb 2008 06:11:15 +0000 (01:11 -0500)
committerZack Rusin <zack@tungstengraphics.com>
Fri, 15 Feb 2008 06:14:59 +0000 (01:14 -0500)
src/mesa/pipe/draw/draw_stipple.c

index 7e0e2137b7674cfa4e7b9b8dc50a0c90118a512d..506f33512c8b4e436a3fd4c1c66dbc35fb1eff15 100644 (file)
@@ -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 );
 }