1
0
forked from aniani/vim

patch 8.1.1946: memory error when profiling a function without a script ID

Problem:    Memory error when profiling a function without a script ID.
Solution:   Check for missing script ID.  (closes #4877)
This commit is contained in:
Bram Moolenaar
2019-08-30 18:37:26 +02:00
parent 9e67b6a6a1
commit 163588005d
3 changed files with 37 additions and 5 deletions

View File

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