summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--osinfo/osinfo_tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/osinfo/osinfo_tree.c b/osinfo/osinfo_tree.c
index 7e825b5..1f30094 100644
--- a/osinfo/osinfo_tree.c
+++ b/osinfo/osinfo_tree.c
@@ -613,6 +613,7 @@ static OsinfoTree *load_keyinfo(const gchar *location,
goto cleanup;
g_clear_error(error);
}
+ g_clear_pointer(&group, g_free);
}
tree = osinfo_tree_new(location, arch ? arch : "i386");