Skip to content

mesa: unlock texture on error path in glEGLImageTargetTexStorageEXT

Simon Zeni requested to merge bl4ckb0ne/mesa:fix-timeout-egl-target-storage into main

The texture mutex was not properly unlocked on error path, leading to deadlocks

Fixes: 6a3f5c65 ("mesa: simplify st_egl_image binding process for texture storage") Closes: #7422 (closed)

Edited by Simon Zeni

Merge request reports