gallium: Fix memory leak.

This commit is contained in:
Michal Krol
2008-02-14 20:48:40 +01:00
committed by José Fonseca
parent 6a7820d31f
commit 742c5d3e1b
+1
View File
@@ -212,6 +212,7 @@ passthrough_tri(struct draw_stage *stage, struct prim_header *header)
static void
stipple_destroy( struct draw_stage *stage )
{
draw_free_tmps( stage );
FREE( stage );
}