eio: xattr eio manager tests to allocate for Eina_Future*.
authorCedric BAIL <cedric@osg.samsung.com>
Mon, 30 Apr 2018 22:15:49 +0000 (15:15 -0700)
committerWonki Kim <wonki_.kim@samsung.com>
Thu, 31 May 2018 07:01:03 +0000 (16:01 +0900)
src/tests/eio/eio_test_manager_xattr.c

index 14edd3e..db8142f 100644 (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)