summaryrefslogtreecommitdiffstats
path: root/src/tag.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.c')
-rw-r--r--src/tag.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tag.c b/src/tag.c
index 24809e34f2..c9af52c25f 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -3356,7 +3356,6 @@ expand_tag_fname(fname, tag_fname, expand)
xpc.xp_context = EXPAND_FILES;
expanded_fname = ExpandOne(&xpc, (char_u *)fname, NULL,
WILD_LIST_NOTFOUND|WILD_SILENT, WILD_EXPAND_FREE);
- ExpandCleanup(&xpc);
if (expanded_fname != NULL)
fname = expanded_fname;
}