mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-24 14:58:10 +02:00
gallium: Fix memory leak.
This commit is contained in:
parent
6a7820d31f
commit
742c5d3e1b
1 changed files with 1 additions and 0 deletions
|
|
@ -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 );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue