OSDN Git Service

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 7e0e213..506f335 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 );
 }