mirror of https://github.com/MidnightCommander/mc
(input_destroy): optimization: don't do useless actions.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
de5fac8d0a
commit
630bcae4d4
|
@ -866,7 +866,7 @@ input_destroy (WInput * in)
|
|||
exit (EXIT_FAILURE);
|
||||
}
|
||||
|
||||
input_clean (in);
|
||||
input_free_completions (in);
|
||||
|
||||
/* clean history */
|
||||
if (in->history != NULL)
|
||||
|
|
Loading…
Reference in New Issue