We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de81907 commit 831f02eCopy full SHA for 831f02e
1 file changed
history.c
@@ -211,6 +211,7 @@ proceed_history(void) {
211
if (SIMPLEQ_EMPTY(&hf->hf_tasks) &&
212
hf->hf_last_access < time(NULL)) {
213
LIST_REMOVE(hf, hf_entry);
214
+ close(hf->hf_fd);
215
free(hf->hf_path);
216
free(hf);
217
}
0 commit comments