Skip to content

regress: Unreference the created instance after conversion

We use g_value_set_instance to add the instance to the GValue, so this will implicitly add a new reference to it and we must drop it once done not to leak when using the generated new GValue

See: gjs!837 (merged)

Merge request reports