module-adapter: remove dead code

This commit is contained in:
Wim Taymans 2023-03-16 13:05:53 +01:00
parent 49304ec522
commit 5333c969a4

View file

@ -203,7 +203,7 @@ static void *create_object(void *_data,
handle = pw_context_load_spa_handle(d->context, handle = pw_context_load_spa_handle(d->context,
factory_name, factory_name,
properties ? &properties->dict : NULL); &properties->dict);
if (handle == NULL) if (handle == NULL)
goto error_errno; goto error_errno;