Skip to content

st: Keep weak ref on texture cache bound texture source

Carlos Garnacho requested to merge wip/carlosg/weak-ref-source into master

We don't keep any ref on it, so it might leave us with a dangling pointer here.

Fixes: #3491 (closed)

Merge request reports