mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
module-device: remove useless assign
This commit is contained in:
parent
3df8139f4e
commit
591244c53e
1 changed files with 0 additions and 1 deletions
|
|
@ -95,7 +95,6 @@ int pipewire__module_init(struct pw_impl_module *module, const char *args)
|
|||
props,
|
||||
sizeof(struct device_data));
|
||||
if (device == NULL) {
|
||||
props = NULL;
|
||||
res = -errno;
|
||||
goto error_exit_cleanup;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue