Fixed memory leak
This commit is contained in:
@@ -93,6 +93,7 @@ intel_buffer_destroy(struct pipe_winsys *winsys,
|
||||
struct pipe_buffer *buf)
|
||||
{
|
||||
driBOUnReference( dri_bo(buf) );
|
||||
FREE(buf);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user