Skip to content

pipewire: impl-core: actually return created object

Actually return the pointer to the created object
from `impl-core.c:core_create_object()` instead of
returning a NULL pointer.

This has not caused issues because the return value
is not checked anywhere.

Merge request reports