Fix memleak

SVN revision: 29153
This commit is contained in:
Sebastian Dransfeld 2007-03-25 21:49:49 +00:00
parent 2be5da9500
commit 2eb3195026
1 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,8 @@ efreet_util_shutdown(void)
Efreet_Cache_Fill *fill;
fill = ecore_idler_del(idler);
IF_FREE_LIST(fill->dirs);
if (fill->current) _efreet_util_cache_dir_free(fill->current);
if (fill->files) closedir(fill->files);
free(fill);
}
idler = NULL;