forked from aniani/vim
patch 9.0.1862: Vim9 Garbage Collection issues
Problem: Vim9 Garbage Collection issues Solution: Class members are garbage collected early leading to use-after-free problems. Handle the garbage collection of classes properly. closes: #13019 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
This commit is contained in:
committed by
Christian Brabandt
parent
233f956bd4
commit
e651e110c1
@@ -699,6 +699,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1862,
|
||||
/**/
|
||||
1861,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user