mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-07 10:10:28 +01:00
nouveau: memory leak
This commit is contained in:
parent
0ac4e8cd49
commit
af344660d7
1 changed files with 1 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ nouveau_pipe_bo_del(struct pipe_winsys *ws, struct pipe_buffer *buf)
|
|||
struct nouveau_pipe_buffer *nvbuf = nouveau_buffer(buf);
|
||||
|
||||
nouveau_bo_del(&nvbuf->bo);
|
||||
free(nvbuf);
|
||||
}
|
||||
|
||||
static void *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue