diff options
-rw-r--r-- | cbs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -421,6 +421,7 @@ llvmquery(struct strs *xs, int flags) strspush(xs, words, we.we_wordc); wordfree(&we); + free(words); free(buf); return true; } |
index : oryx | ||
The Oryx programming language | Thomas Voss |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | cbs.h | 1 |
@@ -421,6 +421,7 @@ llvmquery(struct strs *xs, int flags) strspush(xs, words, we.we_wordc); wordfree(&we); + free(words); free(buf); return true; } |