eio: xattr eio manager tests to allocate for Eina_Future*.

This commit is contained in:
Cedric BAIL 2018-04-30 15:15:49 -07:00
parent ea7d33e7bd
commit e8e6fe1d8d
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ EFL_START_TEST(eio_test_job_xattr_set)
num_of_attr = 0;
futures = calloc(total_attributes + 1, sizeof(Efl_Future*));
futures = calloc(total_attributes + 1, sizeof(Eina_Future*));
futures[total_attributes] = NULL;
for (i = 0; i < sizeof(attribute) / sizeof(attribute[0]); ++i)