mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 06:38:01 +02:00
si-standard-link: call parent class finalize once finalized
This commit is contained in:
parent
552b04ed7d
commit
2caac5fa87
1 changed files with 2 additions and 0 deletions
|
|
@ -513,6 +513,8 @@ si_standard_link_finalize (GObject * object)
|
|||
|
||||
g_weak_ref_clear (&self->out_item);
|
||||
g_weak_ref_clear (&self->in_item);
|
||||
|
||||
G_OBJECT_CLASS (si_standard_link_parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue