mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
Fix up another instance of _mesa_unreference_framebuffer().
This commit is contained in:
parent
0756dc876c
commit
317687cd94
1 changed files with 1 additions and 1 deletions
|
|
@ -458,7 +458,7 @@ xmesa_free_buffer(XMesaBuffer buffer)
|
|||
XDestroyImage(buffer->tempImage);
|
||||
|
||||
/* Unreference. If count = zero we'll really delete the buffer */
|
||||
_mesa_unreference_framebuffer(&fb);
|
||||
_mesa_reference_framebuffer(&fb, NULL);
|
||||
|
||||
XFreeGC(b->xm_visual->display, b->gc);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue