mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-16 21:02:52 +03:00
(input_destroy): don't call input_free_completions() twice.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
61dc030772
commit
b0a793c420
@ -917,7 +917,6 @@ input_destroy (WInput * in)
|
||||
g_free (in->history_name);
|
||||
|
||||
g_free (in->buffer);
|
||||
input_free_completions (in);
|
||||
g_free (in->init_text);
|
||||
|
||||
g_free (kill_buffer);
|
||||
|
Loading…
x
Reference in New Issue
Block a user