forked from aniani/vim
patch 8.2.1160: Vim9: memory leak in allocated types
Problem: Vim9: memory leak in allocated types. Solution: Free the type pointers.
This commit is contained in:
@@ -126,7 +126,7 @@ free_imports(int sid)
|
||||
}
|
||||
ga_clear(&si->sn_imports);
|
||||
ga_clear(&si->sn_var_vals);
|
||||
ga_clear(&si->sn_type_list);
|
||||
clear_type_list(&si->sn_type_list);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user