mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-04-25 06:20:45 +02:00
m-default-nodes-api: remove reduntant call to g_clear_object
This commit is contained in:
parent
400aaf55ed
commit
012363ef55
1 changed files with 0 additions and 2 deletions
|
|
@ -144,8 +144,6 @@ wp_default_nodes_api_disable (WpPlugin * plugin)
|
|||
if (self->idle_source)
|
||||
g_source_destroy (self->idle_source);
|
||||
g_clear_pointer (&self->idle_source, g_source_unref);
|
||||
|
||||
g_clear_object (&self->om);
|
||||
g_clear_object (&self->om);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue