Skip to content

pipewire: Don't crash if we're passed a null spa_data

Aleix Pol Gonzalez requested to merge work/no-kwin-no-crash into master

I just had that crash, this is what coredumpctl suggested it was happening. We don't need to make sure we're in dmabuf mode to remove the buffer. Worst case scenario it won't remove anything. Check the spa_data before querying in case it's null.

Merge request reports