Add forgotten fclose()
This commit is contained in:
parent
a4da072d39
commit
37f2c6c251
1 changed files with 1 additions and 0 deletions
|
@ -921,4 +921,5 @@ void ggml_cuda_load_data(const char * fname, struct ggml_tensor * tensor, const
|
|||
|
||||
tensor->data = buf;
|
||||
free(buf_host);
|
||||
fclose(fp);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue