mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-01 01:07:59 +02:00
wpctl: fix iterator cleanup
This commit is contained in:
parent
f0d33cb873
commit
ac23e60267
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ status_run (WpCtl * self)
|
|||
wp_properties_get (properties, PW_KEY_APP_PROCESS_HOST),
|
||||
wp_properties_get (properties, PW_KEY_APP_PROCESS_ID));
|
||||
}
|
||||
wp_iterator_unref (it);
|
||||
g_clear_pointer (&it, wp_iterator_unref);
|
||||
printf ("\n");
|
||||
|
||||
/* sessions */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue