mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.2.0808: not enough testing for the terminal window
Problem: Not enough testing for the terminal window. Solution: Add more tests. (Yegappan Lakshmanan, closes #6069) Fix memory leak.
This commit is contained in:
@@ -3047,7 +3047,7 @@ handle_settermprop(
|
||||
#endif
|
||||
else
|
||||
{
|
||||
term->tl_title = vim_strsave(strval);
|
||||
term->tl_title = strval;
|
||||
strval = NULL;
|
||||
}
|
||||
VIM_CLEAR(term->tl_status_text);
|
||||
|
Reference in New Issue
Block a user