forked from aniani/vim
patch 8.1.1845: may use NULL pointer when running out of memory
Problem: May use NULL pointer when running out of memory. Solution: Do not clear popup buffers when NULL. (closes #4802)
This commit is contained in:
@@ -769,6 +769,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1845,
|
||||
/**/
|
||||
1844,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user