SVN revision: 26766
This commit is contained in:
Carsten Haitzler 2006-10-24 11:39:03 +00:00
parent cc0282d9dc
commit cb7d37c7d7
1 changed files with 2 additions and 0 deletions

View File

@ -206,6 +206,8 @@ _ecore_desktop_get(const char *file, const char *lang)
result->data = ecore_desktop_ini_get(result->original_path);
if (!result->data)
{
IFFREE(result->original_path);
IFFREE(result->original_lang);
free(result);
result = NULL;
goto error;