diff --git a/src/lib/eet/eet_lib.c b/src/lib/eet/eet_lib.c index 9fb6615b70..7318db901a 100644 --- a/src/lib/eet/eet_lib.c +++ b/src/lib/eet/eet_lib.c @@ -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);