We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1154566 commit 87c258cCopy full SHA for 87c258c
tests/check-qobject.c
@@ -59,6 +59,8 @@ static void do_test_equality(bool expected, int _, ...)
59
g_assert(qobject_is_equal(args[i], args[j]) == expected);
60
}
61
62
+
63
+ g_free(args);
64
65
66
#define check_equal(...) \
0 commit comments