mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 10:20:11 +01:00
config: fix memleak of keyfile in finalize() of NMConfigData
Fixes: 9809eb4da1
This commit is contained in:
parent
c0917a075b
commit
c40e32c275
1 changed files with 2 additions and 0 deletions
|
|
@ -301,6 +301,8 @@ finalize (GObject *gobject)
|
|||
|
||||
g_free (priv->dns_mode);
|
||||
|
||||
g_key_file_unref (priv->keyfile);
|
||||
|
||||
G_OBJECT_CLASS (nm_config_data_parent_class)->finalize (gobject);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue