diff --git a/testsuite/gtk/treesorter.c b/testsuite/gtk/treesorter.c index 6d1e314d30..59a32b5e25 100644 --- a/testsuite/gtk/treesorter.c +++ b/testsuite/gtk/treesorter.c @@ -69,6 +69,7 @@ model_to_string (GListModel *model) if (i > 0) g_string_append (string, " "); g_string_append_printf (string, "%u", get_with_parents (object)); + /* no unref since get_with_parents consumes the ref */ } return g_string_free (string, FALSE);