tool/ex/tests: consistently free ctx, then model (#18168)
This commit is contained in:
parent
e1f15b454f
commit
147a521636
8 changed files with 48 additions and 19 deletions
|
|
@ -116,8 +116,8 @@ int main(int argc, char ** argv) {
|
|||
}
|
||||
}
|
||||
|
||||
llama_model_free(model);
|
||||
llama_free(ctx);
|
||||
llama_model_free(model);
|
||||
|
||||
llama_backend_free();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue