fixed a memory leak that was introduced with the recent decompiler changes

SVN revision: 13827
This commit is contained in:
tsauerbeck 2005-03-21 12:12:51 +00:00 committed by tsauerbeck
parent 4b9c72402f
commit a4449501a3
1 changed files with 1 additions and 0 deletions

View File

@ -679,6 +679,7 @@ _edje_file_free(Edje_File *edf)
_edje_file_hash = evas_hash_del(_edje_file_hash, edf->path, edf);
if (edf->path) free(edf->path);
if (edf->compiler) free(edf->compiler);
if (edf->font_dir)
{
while (edf->font_dir->entries)