Comment 19 for bug 1316970

Revision history for this message
Seyeong Kim (seyeongkim) wrote :

For V3.

It seems that g_variant_unref(value); part is needed.

Added it again and no memory leaks.

in g_variant_lookup_value, it calls g_variant_get_child_value

so as you said. it need to be unref value as well i think.

Thanks.