GNOME Bugzilla – Bug 789553
Variants obtained from iterator being leaked
Last modified: 2017-10-27 11:51:32 UTC
Stumbled on this while chasing some variant leaks I see on valgrind (apparently not the ones I were seeing though). The MetaMonitorManager leaks (logical) outputs variant representations when iterating through those.
Created attachment 362397 [details] [review] backends: Unref variants obtained from g_variant_iter_get_next_value() Those are being leaked.
Review of attachment 362397 [details] [review]: lgtm.
Thanks! Pushed to master/gnome-3-26 Attachment 362397 [details] pushed as 89f5ca3 - backends: Unref variants obtained from g_variant_iter_get_next_value()