mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-07 13:28:05 +02:00
internal-comp-loader: fix error ownership in parsing step
This commit is contained in:
parent
19cfd37da6
commit
2840964f37
1 changed files with 1 additions and 1 deletions
|
|
@ -410,7 +410,7 @@ wp_component_array_load_task_execute_step (WpTransition * transition, guint step
|
|||
(ComponentData **) &g_ptr_array_index (self->components, 0);
|
||||
wp_transition_advance (transition);
|
||||
} else {
|
||||
wp_transition_return_error (transition, error);
|
||||
wp_transition_return_error (transition, g_steal_pointer (&error));
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue