mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-01-26 14:13:23 +00:00
m-mpris: ‘items’ is a GHashTable, not a GObject
That did fun things to my session that did.
This commit is contained in:
parent
444bfc04d8
commit
1846d75717
@ -128,7 +128,7 @@ static void players_unref (Players *players)
|
||||
return;
|
||||
|
||||
g_mutex_clear (&players->lock);
|
||||
g_clear_object (&players->items);
|
||||
g_clear_pointer (&players->items, g_hash_table_unref);
|
||||
g_clear_object (&players->conn);
|
||||
g_clear_object (&players->cancellable);
|
||||
g_free (players);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user