Delete the right file, not the newly added to the cache.

SVN revision: 48262
This commit is contained in:
Iván Briano 2010-04-23 23:01:29 +00:00
parent d762831a62
commit bb157d6145
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ eet_cache_add(Eet_File *ef, Eet_File ***cache, int *cache_num, int *cache_alloc)
if (del_ef)
{
del_ef->delete_me_now = 1;
eet_internal_close(ef, EINA_TRUE);
eet_internal_close(del_ef, EINA_TRUE);
}
}