Call dentfree() when we quit

This commit is contained in:
sin 2014-10-22 17:28:27 +01:00
parent 789f9336f4
commit 0e214e23b7
1 changed files with 1 additions and 2 deletions

View File

@ -608,8 +608,8 @@ nochange:
case SEL_QUIT:
free(path);
free(filter);
/* Forget history */
forgethist();
dentfree(dents, n);
return;
case SEL_BACK:
/* There is no going back */
@ -714,7 +714,6 @@ nochange:
free(tmp);
free(filter);
filter = xstrdup(ifilter); /* Reset filter */
/* Forget history */
forgethist();
DPRINTF_S(path);
cur = 0;