a call was missed during the last rename

This commit is contained in:
Zack Rusin 2008-02-15 01:11:15 -05:00
parent 19780237ff
commit 13d9e616f6

View 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 );
}