Skip to content

st/pbo: fix MESA_COMPUTE_PBO=spec crash on shutdown

Mike Blumenkrantz requested to merge zmike/mesa:pbocrash into main

What does this MR do and why?

st/pbo: fix MESA_COMPUTE_PBO=spec crash on shutdown

the nir here has already been freed by the driver

Fixes: b8c82b50f7e ("mesa/st: add MESA_COMPUTE_PBO env var")

Merge request reports