1
0
forked from aniani/vim

patch 8.2.0544: memory leak in search test

Problem:    Memory leak in search test.
Solution:   Free msgbuf. (Dominique Pelle, closes #5912)
This commit is contained in:
Bram Moolenaar
2020-04-11 21:31:28 +02:00
parent 1378fbc459
commit 880e4d9117
2 changed files with 3 additions and 0 deletions

View File

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