Skip to content

encoding: fix leak of variant

Christian Hergert requested to merge wip/chergert/encoding-leak into master

g_variant_parse() returns a GVariant that does not have a floating reference. Therefore, the ref_sink() was raising the reference count to two instead of sinking the non-existent floating ref.

Merge request reports