mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 10:10:14 +01:00
config: fix memleak in NMConfigData keyfile
This commit is contained in:
parent
b49fdae59e
commit
b7cb109ad3
1 changed files with 2 additions and 0 deletions
|
|
@ -286,6 +286,8 @@ finalize (GObject *gobject)
|
|||
g_slist_free (priv->no_auto_default.specs);
|
||||
g_strfreev (priv->no_auto_default.arr);
|
||||
|
||||
g_key_file_unref (priv->keyfile);
|
||||
|
||||
G_OBJECT_CLASS (nm_config_data_parent_class)->finalize (gobject);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue