don't leak on iterate in intl path searching

SVN revision: 80831
This commit is contained in:
Mike Blumenkrantz 2012-12-13 11:58:06 +00:00
parent 8676923002
commit 8f1f764359
1 changed files with 1 additions and 0 deletions

View File

@ -484,6 +484,7 @@ _e_intl_language_path_find(char *language)
{
directory = strdup(epd->dir);
found = 1;
break;
}
}
}