summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-07-27 20:46:51 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-07-27 20:50:03 -0300
commit61ab43edae89645137f3e017ae5e15b28b1eb725 (patch)
treea3edf5d59b3293b3424c9fbf0692c7a17fffcaa8 /tests
parent115753c7d9cb52c2b55948af19bf36dc7e417f3a (diff)
downloadglade-61ab43edae89645137f3e017ae5e15b28b1eb725.tar.gz
Tests: fix toplevel test
Do not free glade_project_toplevels() list
Diffstat (limited to 'tests')
-rw-r--r--tests/toplevel-order.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/toplevel-order.c b/tests/toplevel-order.c
index 104f7f00..6790e0aa 100644
--- a/tests/toplevel-order.c
+++ b/tests/toplevel-order.c
@@ -105,7 +105,6 @@ test_toplevel_order (gconstpointer userdata)
/* make sure all items where tested */
g_assert_true (!l && !*names);
- g_list_free (toplevels);
g_object_unref (project);
g_free (temp_path);
}