No longer forget to call closedir()
This commit is contained in:
parent
29bfa61aeb
commit
0fa28eb2fd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user