diff options
Diffstat (limited to 'src/quickfix.c')
-rw-r--r-- | src/quickfix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quickfix.c b/src/quickfix.c index c67397a5a..7ff431834 100644 --- a/src/quickfix.c +++ b/src/quickfix.c @@ -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; } /* |