pulse-server: module-zeroconf-publish: remove unnecessary NULL check

This commit is contained in:
Barnabás Pőcze 2021-11-06 15:56:34 +01:00
parent 1c74079994
commit 748fe111f9

View file

@ -160,8 +160,7 @@ static int service_free(void *d, struct pw_manager_object *o) {
free(s->name); free(s->name);
} }
if (s->props) pw_properties_free(s->props);
pw_properties_free(s->props);
return 0; return 0;
} }