0
0
mirror of https://github.com/vim/vim.git synced 2025-10-02 05:04:20 -04:00

updated for version 7.3.073

Problem:    Double free memory when netbeans command follows DETACH.
Solution:   Only free the node when owned. (Xavier de Gaye)
This commit is contained in:
Bram Moolenaar
2010-12-02 17:09:54 +01:00
parent 94950a9ee0
commit 863053d1d4
2 changed files with 10 additions and 2 deletions

View File

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