mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
* editmenu.c (edit_wrap_cmd): Use g_free() on the result
of input_dialog().
This commit is contained in:
parent
df35606f2c
commit
d9a88088d1
@ -1,6 +1,11 @@
|
||||
2001-11-27 Andrew V. Samoilov <kai@cmail.ru>
|
||||
|
||||
* editmenu.c (edit_wrap_cmd): Use g_free() on the result
|
||||
of input_dialog().
|
||||
|
||||
2001-11-22 Andrew V. Samoilov <kai@cmail.ru>
|
||||
|
||||
* editcmd.c (edit_save_file): Use g_free() on the result of
|
||||
* editcmd.c (edit_save_file): Use g_free() on the result of
|
||||
mc_mkstemps().
|
||||
|
||||
2001-11-19 Andrew V. Samoilov <kai@cmail.ru>
|
||||
|
@ -58,7 +58,7 @@ void edit_wrap_cmd (void)
|
||||
if (*f) {
|
||||
option_word_wrap_line_length = atoi (f);
|
||||
}
|
||||
free (f);
|
||||
g_free (f);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user