summaryrefslogtreecommitdiff
path: root/lib/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command.c')
-rw-r--r--lib/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.c b/lib/command.c
index eea4fc1960..b3819048e5 100644
--- a/lib/command.c
+++ b/lib/command.c
@@ -1427,6 +1427,7 @@ cmd_matcher_build_keyword_args(struct cmd_matcher *matcher,
{
word_token = vector_slot(keyword_vector, 0);
arg = word_token->cmd;
+ XFREE (MTYPE_TMP, keyword_args);
}
else
{