mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 08:40:11 +01:00
nv50: fix a small leak on context destroy
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
(cherry picked from commit f50a45452a)
This commit is contained in:
parent
d46a58703a
commit
3efc2bbf07
1 changed files with 2 additions and 0 deletions
|
|
@ -114,6 +114,8 @@ nv50_destroy(struct pipe_context *pipe)
|
|||
draw_destroy(nv50->draw);
|
||||
#endif
|
||||
|
||||
FREE(nv50->blit);
|
||||
|
||||
nouveau_context_destroy(&nv50->base);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue