plug last leak

SVN revision: 30569
This commit is contained in:
rephorm 2007-07-03 13:41:44 +00:00 committed by rephorm
parent 0dd5e37e1a
commit 150d857e6f
1 changed files with 6 additions and 0 deletions

View File

@ -895,6 +895,12 @@ efreet_mime_shared_mimeinfo_magic_load(const char *file)
ecore_list_append(magics, mime);
}
}
if(entry)
{
IF_FREE(entry->value);
IF_FREE(entry->mask);
IF_FREE(entry);
}
}
/**