GNOME Bugzilla – Bug 787873
test-ui: Fix several leaks
Last modified: 2017-09-19 10:43:54 UTC
Fixing these leaks makes it easier to spot leaks coming from the underlying libraries when running under valgrind. Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Created attachment 360025 [details] [review] test-ui: Fix several leaks
Review of attachment 360025 [details] [review]: Looks good otherwise. ::: tools/grilo-test-ui/main.c @@ +544,3 @@ while (values) { + char *desc = value_description ((GValue *) values->data); + composed = g_string_append (composed, desc); The assignment isn't necessary, you can remove it.
Attachment 360025 [details] pushed as 2b2c5cf - test-ui: Fix several leaks