diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-tokenizer-0.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-tokenizer-0.cpp b/tests/test-tokenizer-0.cpp index 3820553..55b086d 100644 --- a/tests/test-tokenizer-0.cpp +++ b/tests/test-tokenizer-0.cpp @@ -77,5 +77,7 @@ int main(int argc, char **argv) { } } + llama_free(ctx); + return 0; } |