commit | 832f80e3101a916976c4b601bc87885a7f2e9d44 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 17 20:26:59 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 17 20:26:59 2010 +0200 |
tree | 8cd07a93a0683cb16b8e01bdc4144d3ec95fc29c | |
parent | c24b6977a1ec76bf48bd38b8055761a80ff1d83c [diff] [blame] |
updated for version 7.3.003 Problem: Crash with specific BufWritePost autocmd. (Peter Odding) Solution: Don't free the quickfix title twice. (Lech Lorens)
diff --git a/src/quickfix.c b/src/quickfix.c index c67397a..7ff4318 100644 --- a/src/quickfix.c +++ b/src/quickfix.c
@@ -2125,6 +2125,7 @@ --qi->qf_lists[idx].qf_count; } vim_free(qi->qf_lists[idx].qf_title); + qi->qf_lists[idx].qf_title = NULL; } /*