]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.003 v7.3.003
authorBram Moolenaar <Bram@vim.org>
Tue, 17 Aug 2010 18:26:59 +0000 (20:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 17 Aug 2010 18:26:59 +0000 (20:26 +0200)
Problem:    Crash with specific BufWritePost autocmd. (Peter Odding)
Solution:   Don't free the quickfix title twice. (Lech Lorens)

src/quickfix.c
src/version.c

index c67397a5a3526bfd570013c049c8cfcee083e90e..7ff43183442c25343899433d74f922e71bffa82a 100644 (file)
@@ -2125,6 +2125,7 @@ qf_free(qi, idx)
        --qi->qf_lists[idx].qf_count;
     }
     vim_free(qi->qf_lists[idx].qf_title);
+    qi->qf_lists[idx].qf_title = NULL;
 }
 
 /*
index 34d5b49ae4f7beed39520a18327d8f5d9755335c..f41de43b6e1e1d5dc4cb7373d079a6c7b05bfce9 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3,
 /**/
     2,
 /**/