eet: initialize it to zero.

This commit is contained in:
Cedric Bail 2013-05-09 17:21:34 +09:00
parent 6cdbca59d4
commit ffba364857
1 changed files with 1 additions and 0 deletions

View File

@ -1444,6 +1444,7 @@ eet_mmap(Eina_File *file)
/* fill some of the members */
INIT_FILE(ef);
ef->ed = NULL;
ef->key = NULL;
ef->readfp = file;
ef->path = eina_stringshare_add(path);