bad edje! leak! fix fix!

SVN revision: 37840
This commit is contained in:
Carsten Haitzler 2008-11-28 13:54:21 +00:00
parent 4862bc46f1
commit 90d3729897
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ edje_file_group_exists(const char *file, const char *glob)
if (edje_match_collection_dir_exec(patterns, glob))
{
edje_match_patterns_free(patterns);
_edje_cache_file_unref(edf);
return 1;
}
edje_match_patterns_free(patterns);