Skip to content

panfrost: fix segfault in pandecode

Adrian Larumbe requested to merge larumbe/mesa:pandecode-rbt-fix into main

The structure wrapped around the rb tree node was being freed, but not the node itself, which caused a segmentation fault when accessing its parent node.

Add rb tree node remove call to fix it.

Merge request reports