GNOME Bugzilla – Bug 787510
goa: fix a memory leak
Last modified: 2017-10-26 07:58:22 UTC
See patch
Created attachment 359469 [details] [review] goa: fix a memory leak goa_provider_get_provider_name() returns a new string.
Review of attachment 359469 [details] [review]: looks good but it seems the provider icon is also leaked, can you amend that in and push? thanks
Created attachment 362276 [details] [review] goa: Fix a GIcon leak goa_provider_get_provider_icon() transfers the returned reference. -- I'll just push this on top of your patch
Attachment 359469 [details] pushed as db63ec6 - goa: fix a memory leak Attachment 362276 [details] pushed as 526b4fc - goa: Fix a GIcon leak Pushed both to master, thanks.