summaryrefslogtreecommitdiff
path: root/src/tag.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.c')
-rw-r--r--src/tag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag.c b/src/tag.c
index bf68cdf0d..66bcfcd0c 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -911,7 +911,7 @@ do_tag(tag, type, count, forceit, verbose)
set_errorlist(curwin, list, ' ');
- list_free(list);
+ list_free(list, TRUE);
cur_match = 0; /* Jump to the first tag */
}