panfrost: fix segfault in pandecode
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.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
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.