summaryrefslogtreecommitdiff
path: root/tests/kms_concurrent.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kms_concurrent.c')
-rw-r--r--tests/kms_concurrent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kms_concurrent.c b/tests/kms_concurrent.c
index c17b1fe6..af8ca70c 100644
--- a/tests/kms_concurrent.c
+++ b/tests/kms_concurrent.c
@@ -61,7 +61,7 @@ static void test_init(data_t *data, enum pipe pipe, int n_planes,
igt_plane_t *primary;
int ret;
- data->plane = calloc(n_planes, sizeof(data->plane));
+ data->plane = calloc(n_planes, sizeof(*data->plane));
igt_assert_f(data->plane != NULL, "Failed to allocate memory for planes\n");
data->fb = calloc(n_planes, sizeof(struct igt_fb));