Skip to content

pan/midg: Fix 2 memory leaks

Boris Brezillon requested to merge bbrezillon/mesa:midgard-memleak-fix into master

The ssa_constants hash table and its elements are leaked. Pass the context to the allocator to avoid that.

Signed-off-by: Boris Brezillon boris.brezillon@collabora.com

/cc @alyssa

Merge request reports