Skip to content

Fix crash when stopping PipeWire streaming

Alois Wohlschlager requested to merge aloisw/kwin:pipewirecrash into master

The stream object was deleted from a slot connected to its stopStreaming signal. This is unsafe and can lead to memory corruption and ultimately crashes when PipWwire streaming is stopped. Use deleteLater instead.

BUG: 428268 435588

Merge request reports