mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-01 03:18:06 +02:00
core: fix refcounting of settings object
This commit is contained in:
parent
e2275bba68
commit
6329fadb48
1 changed files with 1 additions and 1 deletions
|
|
@ -3039,7 +3039,7 @@ nm_manager_get (NMSysconfigSettings *settings,
|
|||
return NULL;
|
||||
}
|
||||
|
||||
priv->settings = settings;
|
||||
priv->settings = g_object_ref (settings);
|
||||
|
||||
priv->config_file = g_strdup (config_file);
|
||||
priv->state_file = g_strdup (state_file);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue