eina: always initialize all the field of Eina_Value used by Eina_Promise.

Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es>
Differential Revision: https://phab.enlightenment.org/D8794
This commit is contained in:
Cedric BAIL 2019-04-25 15:40:31 -07:00
parent c559bdf809
commit eb1d47349b
1 changed files with 1 additions and 1 deletions

View File

@ -1343,7 +1343,7 @@ eina_promise_all_array(Eina_Future *array[])
for (i = 0; i < ctx->base.futures_len; i++)
{
Eina_Value v;
Eina_Value v = { 0 };
//Stub values...
r = eina_value_setup(&v, EINA_VALUE_TYPE_INT);