m-mpris: ‘items’ is a GHashTable, not a GObject

That did fun things to my session that did.
This commit is contained in:
Zander Brown 2025-11-05 14:10:46 +00:00 committed by George Kiagiadakis
parent 444bfc04d8
commit 1846d75717

View File

@ -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);