mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
small cleanups
This commit is contained in:
parent
3805d5dfa2
commit
d99b1918ed
4 changed files with 9 additions and 9 deletions
|
|
@ -481,7 +481,7 @@ static int rescan_endpoint(struct impl *impl, struct endpoint *ep)
|
|||
else {
|
||||
str = spa_dict_lookup(props, PW_KEY_NODE_DONT_RECONNECT);
|
||||
if (str != NULL && pw_properties_parse_bool(str)) {
|
||||
// pw_registry_proxy_destroy(impl->registry_proxy, ep->id);
|
||||
// pw_registry_destroy(impl->registry, ep->id);
|
||||
return -ENOENT;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue