aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cbs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cbs.h b/cbs.h
index 858982b..0295bbf 100644
--- a/cbs.h
+++ b/cbs.h
@@ -421,6 +421,7 @@ llvmquery(struct strs *xs, int flags)
strspush(xs, words, we.we_wordc);
wordfree(&we);
+ free(words);
free(buf);
return true;
}