mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 03:28:09 +02:00
nouveau: small oops
This commit is contained in:
parent
b56b3035f1
commit
4481c6c0b3
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ nouveau_destroy_buffer(__DRIdrawablePrivate * driDrawPriv)
|
|||
{
|
||||
struct nouveau_framebuffer *nvfb;
|
||||
|
||||
nvfb = (struct nouveau_framebuffer *)driDrawPriv;
|
||||
nvfb = (struct nouveau_framebuffer *)driDrawPriv->driverPrivate;
|
||||
st_unreference_framebuffer(&nvfb->stfb);
|
||||
free(nvfb);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue