about summary refs log tree commit diff
path: root/src/libnm-core-impl/nm-setting.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2024-06-24 12:22:54 +0200
committerMichael Biebl <biebl@debian.org>2024-06-24 12:22:54 +0200
commitf0c85a81d9fca02e98fdd5ab2d420932f8b2c818 (patch)
tree8cce0c8aee1173d1de4eda574c82febff676c4a0 /src/libnm-core-impl/nm-setting.c
parent0b2871ddd005e893aeffd13f5b1f293b10d35e56 (diff)
parent8e2fde558a5af5c3b03a5112dbd8f9085c5a8369 (diff)
Update upstream source from tag 'upstream/1.48.2'
Update to upstream version '1.48.2'
with Debian dir 6108d76f13ec8dc95dcf2fdd118769fc99065bf6
Diffstat (limited to 'src/libnm-core-impl/nm-setting.c')
-rw-r--r--src/libnm-core-impl/nm-setting.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libnm-core-impl/nm-setting.c b/src/libnm-core-impl/nm-setting.c
index bbaa6fcd..a97edc2a 100644
--- a/src/libnm-core-impl/nm-setting.c
+++ b/src/libnm-core-impl/nm-setting.c
@@ -3745,6 +3745,7 @@ nm_setting_to_string(NMSetting *setting)
         value_str = g_variant_print(value, FALSE);
 
         g_string_append_printf(string, "\t%s : %s\n", name, value_str);
+        g_variant_unref(child);
     }
 
     return g_string_free(string, FALSE);