PipeWireCore: handle null loop from pw_loop_new gracefully
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