Skip to content

radeonsi: fix leak when the in-memory cache is full

Axel Davy requested to merge axeldavy/mesa:radeonsi_limit_cache_usage_fix into master

When the hw_binary is not put in the in-memory cache it must be freed.

Fix leak introduced by !9578 (merged)

Merge request reports