mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
stw: Free the mesa framebuffer.
This commit is contained in:
parent
5fae9514c2
commit
f14497a9cd
1 changed files with 2 additions and 0 deletions
|
|
@ -235,6 +235,8 @@ stw_framebuffer_destroy(
|
|||
|
||||
pipe_mutex_unlock( stw_dev->mutex );
|
||||
|
||||
st_unreference_framebuffer(fb->stfb);
|
||||
|
||||
FREE( fb );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue