mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Remove SpaQueue, use SpaList instead
This commit is contained in:
parent
89bc235924
commit
d0f95fc323
20 changed files with 153 additions and 237 deletions
|
|
@ -882,8 +882,6 @@ pinos_link_dispose (GObject * object)
|
|||
if (this->output)
|
||||
pinos_port_unlink (this->output, this);
|
||||
|
||||
pinos_registry_remove_object (&priv->daemon->registry, &this->object);
|
||||
|
||||
link_unregister_object (this);
|
||||
|
||||
pinos_main_loop_defer_cancel (priv->main_loop, this, 0);
|
||||
|
|
@ -898,6 +896,9 @@ pinos_link_finalize (GObject * object)
|
|||
PinosLinkPrivate *priv = this->priv;
|
||||
|
||||
pinos_log_debug ("link %p: finalize", this);
|
||||
|
||||
pinos_registry_remove_object (&priv->daemon->registry, &this->object);
|
||||
|
||||
g_clear_object (&priv->daemon);
|
||||
g_clear_object (&priv->iface);
|
||||
g_free (priv->object_path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue