Add missing UNLOCK_CACHE in eet_open function.

Change-Id: I79db6bedf49c27499f3caa63d04dc6bb3ecfee60

SVN revision: 79290
This commit is contained in:
Christopher Michael 2012-11-14 11:52:25 +00:00
parent 4b8fc2bed0
commit 10567cca05
1 changed files with 4 additions and 1 deletions

View File

@ -1487,7 +1487,10 @@ open_error:
else
{
if (mode != EET_FILE_MODE_WRITE)
{
UNLOCK_CACHE;
return NULL;
}
size = 0;