1
0
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:
Colin Walters 2012-06-05 18:29:32 -04:00
parent 8f2dda3e25
commit df54408e5d

View File

@ -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))