mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 11:40:08 +01:00
ifcfg-rh: fix memleak in connection_from_file_full()
(cherry picked from commit 93223112a1)
This commit is contained in:
parent
e2470c7d64
commit
86382deed4
1 changed files with 1 additions and 0 deletions
|
|
@ -4697,6 +4697,7 @@ connection_from_file_full (const char *filename,
|
|||
g_free (bootproto);
|
||||
goto done;
|
||||
}
|
||||
g_free (bootproto);
|
||||
|
||||
type = NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue