eio: don't flush value after giving ownership.

This commit is contained in:
Cedric BAIL 2017-09-14 09:36:33 -07:00
parent 518ca72d06
commit 6a4bc78eaf
1 changed files with 0 additions and 1 deletions

View File

@ -527,7 +527,6 @@ _future_file_open_cb(void *data, Eio_File *handler EINA_UNUSED, Eina_File *file)
eina_value_setup(&v, EINA_VALUE_TYPE_FILE);
eina_value_set(&v, file);
eina_promise_resolve(p, v);
eina_value_flush(&v);
}
static Eina_Future *