mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-08 09:18:03 +02:00
m-mpris: We must chain up on finalize
This commit is contained in:
parent
ded213093d
commit
af7a951bd9
1 changed files with 2 additions and 0 deletions
|
|
@ -428,6 +428,8 @@ wp_mpris_plugin_operation_finalize (GObject *object)
|
|||
WpMprisPluginOperation *self = WP_MPRIS_PLUGIN_OPERATION (object);
|
||||
|
||||
g_clear_object (&self->conn);
|
||||
|
||||
G_OBJECT_CLASS (wp_mpris_plugin_operation_parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue