mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-08 12:48:03 +02:00
tests: clear core weak reference when finalizing endpoint-link-fake
This commit is contained in:
parent
e8dad1a4f2
commit
1dec637ab5
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ wp_endpoint_link_fake_finalize (GObject * object)
|
|||
{
|
||||
WpEndpointLinkFake *self = WP_ENDPOINT_LINK_FAKE (object);
|
||||
g_clear_object (&self->init_task);
|
||||
g_weak_ref_clear (&self->core);
|
||||
G_OBJECT_CLASS (wp_endpoint_link_fake_parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue