mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-14 06:59:57 -05:00
stream: let the node_destroy() destroy the proxy as well
This commit is contained in:
parent
3d22baab84
commit
3890f06c83
1 changed files with 0 additions and 3 deletions
|
|
@ -1573,9 +1573,6 @@ int pw_stream_disconnect(struct pw_stream *stream)
|
|||
if (impl->node)
|
||||
pw_impl_node_set_active(impl->node, false);
|
||||
|
||||
if (stream->proxy)
|
||||
pw_proxy_destroy(stream->proxy);
|
||||
|
||||
if (impl->node) {
|
||||
pw_impl_node_destroy(impl->node);
|
||||
impl->node = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue