Skip to content
  • Christian Hergert's avatar
    encoding: fix leak of variant · 6ef2138a
    Christian Hergert authored
    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.
    6ef2138a