No longer forget to call closedir()

This commit is contained in:
Pierre Pronchery 2014-01-09 00:16:36 -06:00
parent 29bfa61aeb
commit 0fa28eb2fd

View File

@ -317,6 +317,7 @@ static void _trash_list(Trash * trash)
TC_DELETED_DISPLAY, u, TC_UPDATED, TRUE, -1);
g_free(p);
}
closedir(dir);
_list_purge(trash);
config_delete(config);
free(path);