llama.cpp
6e0438da
- gguf : fix resource leaks (#6061)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
gguf : fix resource leaks (#6061) There several places where a gguf context is allocated. A call to gguf_free is missing in some error paths. Also on linux, llama-bench was missing a fclose.
References
#6061 - Fix resource leaks
Author
stevegrubb
Parents
72710770
Loading