v3d: Fix leak of the renderonly struct on screen destruction.
authorEric Anholt <eric@anholt.net>
Tue, 12 Mar 2019 21:59:21 +0000 (14:59 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 12 Mar 2019 23:15:40 +0000 (16:15 -0700)
commit486b181fd758c246c2d1eaa1975a858e84d64c32
treeb2ccf9872fd72e6db44c4ac5a0ab78edf98054ed
parent0c874c18cd07539f56fede272a24b76f2946716f
v3d: Fix leak of the renderonly struct on screen destruction.

This makes v3d match vc4's destroy path.

Fixes: e113b21cb779 ("v3d: Add renderonly support.")
src/gallium/drivers/v3d/v3d_screen.c