mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 09:00:08 +01:00
settings: GHashTable isn't a GObject subclass
This commit is contained in:
parent
a53c31427d
commit
c11ba3ea10
1 changed files with 1 additions and 1 deletions
|
|
@ -704,7 +704,7 @@ get_settings_auth_cb (NMSysconfigConnection *self,
|
|||
dbus_g_method_return (context, settings);
|
||||
|
||||
g_object_unref (no_secrets);
|
||||
g_object_unref (settings);
|
||||
g_hash_table_destroy (settings);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue