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