mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-06 08:00:34 +02:00
nv50: fix nv50_program->immd memory leak
This commit is contained in:
parent
7472cd0f1f
commit
9fb9c9f9ca
1 changed files with 1 additions and 0 deletions
|
|
@ -4659,6 +4659,7 @@ nv50_program_destroy(struct nv50_context *nv50, struct nv50_program *p)
|
|||
|
||||
nouveau_bo_ref(NULL, &p->bo);
|
||||
|
||||
FREE(p->immd);
|
||||
nouveau_resource_free(&p->data[0]);
|
||||
|
||||
p->translated = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue