* eet: Fix a dead lock when reopening the same file.

SVN revision: 47286
This commit is contained in:
Cedric BAIL 2010-03-16 12:10:28 +00:00
parent a8e1557dbc
commit 92cf666bd7
1 changed files with 1 additions and 1 deletions

View File

@ -1526,7 +1526,7 @@ eet_open(const char *file, Eet_File_Mode mode)
{
ef->delete_me_now = 1;
ef->references++;
eet_internal_close(ef, EINA_FALSE);
eet_internal_close(ef, EINA_TRUE);
ef = NULL;
}