mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
module-device: remove impossible case
This commit is contained in:
parent
35bb7d794b
commit
29282b8d50
1 changed files with 0 additions and 2 deletions
|
|
@ -120,7 +120,5 @@ error_arguments:
|
||||||
error_exit_cleanup:
|
error_exit_cleanup:
|
||||||
if (argv)
|
if (argv)
|
||||||
pw_free_strv(argv);
|
pw_free_strv(argv);
|
||||||
if (props)
|
|
||||||
pw_properties_free(props);
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue