Skip to content
Commit 03c7fd8a authored by Giovanni Campagna's avatar Giovanni Campagna
Browse files

grilo: fix reference counting

The sources hash table in the plugin wants to take ownership of the key and
the value, but the key is owned by the GrlRegistry and the value is a GtkWidget
and thus floating. Fix that by referencing both before adding them to the
hash table.

https://bugzilla.gnome.org/show_bug.cgi?id=684333
parent 7fd3e2dd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment