Skip to content

PipeWireCore: handle null loop from pw_loop_new gracefully

Fushan Wen requested to merge work/fuf/PLASMA-WORKSPACE-2ZA into master

When pw_loop_new fails to load spa handle, pw_loop_new will return NULL, which will crash if nullptr is passed to pw_loop_enter. This adds a check to gracefully quit to avoid the crash.

SENTRY: PLASMA-WORKSPACE-2ZA

Merge request reports

Loading