We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b736e25 commit 42478daCopy full SHA for 42478da
tests/check-block-qdict.c
@@ -491,6 +491,7 @@ static void qdict_crumple_test_recursive(void)
491
empty_list_0 = qobject_to(QDict, qlist_pop(empty_list));
492
g_assert(empty_list_0);
493
g_assert_cmpint(qdict_size(empty_list_0), ==, 0);
494
+ qobject_unref(empty_list_0);
495
496
qobject_unref(src);
497
qobject_unref(dst);
0 commit comments