mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
treesorter tests: Add a comment
This looks like a leak, but isn't one. Add a comment to that effect.
This commit is contained in:
parent
ee96bc7185
commit
87b5eadb7c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user