1
0
forked from aniani/vim

patch 8.2.4783: Coverity warns for leaking memory

Problem:    Coverity warns for leaking memory.
Solution:   Use another strategy freeing "theline".
This commit is contained in:
Bram Moolenaar
2022-04-18 15:45:23 +01:00
parent 75ab590f85
commit 42ccb8d747
2 changed files with 5 additions and 9 deletions

View File

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