GNOME Bugzilla – Bug 783885
search: Fix memory leak
Last modified: 2017-06-19 11:19:00 UTC
.
Created attachment 353933 [details] [review] search: Fix memory leak The container returned by g_variant_get_strv() should be freed with g_free().
Review of attachment 353933 [details] [review]: Looks correct to me.
Created attachment 354029 [details] [review] search: Fix a GFile leak -- Seems like there's one more leak here.
Review of attachment 354029 [details] [review]: Indeed -- looks good.
Attachment 353933 [details] pushed as 38ac1d1 - search: Fix memory leak Attachment 354029 [details] pushed as f32b305 - search: Fix a GFile leak