remove redundant free memory call.
This commit is contained in:
parent
a1ee3b4e47
commit
391c5a247a
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ void sigint_handler(int signo) {
|
|||
is_interacting=true;
|
||||
} else {
|
||||
llama_print_timings(ctx);
|
||||
llama_free(ctx);
|
||||
_exit(130);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue