mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 09:40:17 +01:00
keyfile: fix freeing connection in error path of nm_keyfile_read()
Fixes: 04df4edf48
This commit is contained in:
parent
6ff613c21f
commit
1636e6411b
1 changed files with 1 additions and 1 deletions
|
|
@ -1940,6 +1940,6 @@ nm_keyfile_read (GKeyFile *keyfile,
|
|||
return connection;
|
||||
out_error:
|
||||
g_propagate_error (error, info.error);
|
||||
g_free (connection);
|
||||
g_object_unref (connection);
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue