From febb5355fcfbd17b385ed835f61f7348781f4174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8D=C3=B1igo=20Huguet?= Date: Tue, 3 Mar 2026 09:51:24 +0100 Subject: [PATCH] fixup! core: config-data: don't ignore [.intern.device/connection] sections --- src/core/nm-config-data.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/nm-config-data.c b/src/core/nm-config-data.c index 5f7e953b6a..dd0822adf4 100644 --- a/src/core/nm-config-data.c +++ b/src/core/nm-config-data.c @@ -2088,6 +2088,7 @@ _match_section_infos_construct(GKeyFile *keyfile, gboolean is_device) NULL, NULL, "Invalid [.intern.*] section 'connection' or 'device' found"); + g_free(groups[i]); continue; } else if (g_str_has_prefix(groups[i], prefix)) { groups[j++] = groups[i];