mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-18 19:28:24 +02:00
Fixed memory leak
This commit is contained in:
parent
bd56b21adf
commit
5dcfc1f1b6
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ intel_buffer_destroy(struct pipe_winsys *winsys,
|
|||
struct pipe_buffer *buf)
|
||||
{
|
||||
driBOUnReference( dri_bo(buf) );
|
||||
FREE(buf);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue