Skip to content
Commit 4ecb35ca authored by Kalev Lember's avatar Kalev Lember
Browse files

background: Fix a memory leak with wallpaper loading

This removes an extra g_object_ref when inserting items to GtkListStore:
the list store takes care of incrementing the reference count itself and
the caller doesn't need to do it.

https://bugzilla.gnome.org/show_bug.cgi?id=709453
parent 3491c662
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