Skip to content

gpu: Fix a problem with texture caches

Matthias Clasen requested to merge cache-weak-unref into main

We can reach the code that removes the item from the hash table after the weak unref has triggered. In that case, trying to remove the weak ref is spewing a warning. Avoid that.

Fixes: #6377 (closed)

Merge request reports