mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-11 09:18:20 +03:00
core: Fix memory leak
This commit is contained in:
parent
8f2dda3e25
commit
df54408e5d
@ -1840,6 +1840,7 @@ ostree_validate_structureof_pack_superindex (GVariant *superindex,
|
||||
csum_v = NULL;
|
||||
bloom = NULL;
|
||||
|
||||
g_variant_iter_free (content_iter);
|
||||
g_variant_get_child (superindex, 3, "a(ayay)", &content_iter);
|
||||
while (g_variant_iter_loop (content_iter, "(@ay@ay)",
|
||||
&csum_v, &bloom))
|
||||
|
Loading…
Reference in New Issue
Block a user