mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
iris: drop bogus binder free
I was malloc'ing it but then I changed my mind and embedded it directly
This commit is contained in:
parent
698d45b725
commit
e22da1e7b1
1 changed files with 0 additions and 1 deletions
|
|
@ -58,5 +58,4 @@ void
|
|||
iris_destroy_binder(struct iris_binder *binder)
|
||||
{
|
||||
iris_bo_unreference(binder->bo);
|
||||
free(binder);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue