mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-04 21:18:03 +02:00
stream: clear proxy when finalizing
This commit is contained in:
parent
f789c4bce4
commit
e8dad1a4f2
1 changed files with 1 additions and 0 deletions
|
|
@ -213,6 +213,7 @@ wp_audio_stream_finalize (GObject * object)
|
|||
WpAudioStreamPrivate *priv =
|
||||
wp_audio_stream_get_instance_private (WP_AUDIO_STREAM (object));
|
||||
|
||||
g_clear_object (&priv->proxy);
|
||||
g_clear_object (&priv->ports_om);
|
||||
|
||||
/* Clear the endpoint weak reference */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue