mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-07 12:38:27 +02:00
radeon: free indices caught with valgrind
This commit is contained in:
parent
a5b54eb3c9
commit
bb7756eaed
1 changed files with 1 additions and 0 deletions
|
|
@ -337,6 +337,7 @@ static int cs_emit(struct radeon_cs *cs)
|
|||
|
||||
static int cs_destroy(struct radeon_cs *cs)
|
||||
{
|
||||
free(cs->relocs->indices);
|
||||
free(cs->relocs);
|
||||
free(cs->packets);
|
||||
free(cs);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue