Skip to content

Fix ^*ay handling in g_variant_iter_loop()

Christophe Fergeau requested to merge teuf/glib:gvariant into master

Trying to use ^*ay types with g_variant_iter_loop() currently triggers a crash as g_variant_valist_free_nnp does not handle these.

Merge request reports