1
0
forked from aniani/vim

patch 8.2.0240: using memory after it was freed

Problem:    Using memory after it was freed. (Dominique Pelle)
Solution:   Do not mix converion buffer with other buffer.
This commit is contained in:
Bram Moolenaar
2020-02-10 22:44:32 +01:00
parent 355757aed6
commit 408030e8d0
3 changed files with 23 additions and 17 deletions

View File

@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
240,
/**/
239,
/**/