mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
core-proxy: improve cleanup
Don't disconnect and destroy on errors, let the app do that. Don't try to use a destroyed core-proxy.
This commit is contained in:
parent
2c492ff71f
commit
468cbb8892
2 changed files with 1 additions and 2 deletions
|
|
@ -686,7 +686,6 @@ error:
|
|||
this->recv_seq, res, "connection error");
|
||||
pw_loop_destroy_source(loop, impl->source);
|
||||
impl->source = NULL;
|
||||
pw_core_proxy_disconnect(this);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue