mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
pulse-server: module-zeroconf-publish: remove unnecessary NULL check
This commit is contained in:
parent
1c74079994
commit
748fe111f9
1 changed files with 1 additions and 2 deletions
|
|
@ -160,8 +160,7 @@ static int service_free(void *d, struct pw_manager_object *o) {
|
|||
free(s->name);
|
||||
}
|
||||
|
||||
if (s->props)
|
||||
pw_properties_free(s->props);
|
||||
pw_properties_free(s->props);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue