GNOME Bugzilla – Bug 782048
search: don't leak container
Last modified: 2017-05-02 10:56:48 UTC
.
Created attachment 350845 [details] [review] search: don't leak container
Review of attachment 350845 [details] [review]: The commit message is a bit on the unclear side. I was expecting a GtkContainer being leaked.
Created attachment 350857 [details] [review] search: Fix leak g_variant_get_strv returns a newly allocated memory. This should be freed when no longer required.
Created attachment 350858 [details] [review] search: Fix memory leak g_variant_get_strv returns a newly allocated memory. This should be freed when no longer required.
Review of attachment 350858 [details] [review]: > g_variant_get_strv returns a newly allocated memory g_variant_get_strv() returns newly allocated memory. Looks good otherwise!
Attachment 350858 [details] pushed as a09a5d7 - search: Fix memory leak