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:
Kenneth Graunke 2018-04-21 22:27:37 -07:00
parent 698d45b725
commit e22da1e7b1

View file

@ -58,5 +58,4 @@ void
iris_destroy_binder(struct iris_binder *binder)
{
iris_bo_unreference(binder->bo);
free(binder);
}