mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
Fix some memory leaks
This commit is contained in:
parent
0e03080002
commit
78a7a1ea72
6 changed files with 73 additions and 24 deletions
|
|
@ -578,6 +578,8 @@ pinos_subscribe_finalize (GObject * object)
|
|||
PinosSubscribe *subscribe = PINOS_SUBSCRIBE (object);
|
||||
PinosSubscribePrivate *priv = subscribe->priv;
|
||||
|
||||
remove_all_data (subscribe);
|
||||
|
||||
g_cancellable_cancel (priv->cancellable);
|
||||
if (priv->manager_proxy)
|
||||
g_object_unref (priv->manager_proxy);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue