llama.cpp
1bd3047a
- common: Add missing va_end (#11529)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
332 days ago
common: Add missing va_end (#11529) The va_copy man page states that va_end must be called to revert whatever the copy did. For some implementaions, not calling va_end has no consequences. For others it could leak memory.
References
#11529 - common: Add missing va_end
Author
stevegrubb
Parents
a2df2787
Loading