ifcfg-rh: fix memleak in connection_from_file_full()

(cherry picked from commit 93223112a1)
This commit is contained in:
Thomas Haller 2015-01-28 22:29:32 +01:00
parent e2470c7d64
commit 86382deed4

View file

@ -4697,6 +4697,7 @@ connection_from_file_full (const char *filename,
g_free (bootproto);
goto done;
}
g_free (bootproto);
type = NULL;