edje: forgotten refcounting of Eina_File use.

This commit is contained in:
Cedric Bail 2013-08-12 08:42:55 +09:00
parent 5ccf87c845
commit ac26057519
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ _edje_file_open(Eina_File *f, const char *coll, int *error_ret, Edje_Part_Collec
return NULL;
}
edf->f = f;
edf->f = eina_file_dup(f);
edf->ef = ef;
edf->mtime = mtime;
#ifdef HAVE_EIO