Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
common: Add missing va_end (ggerganov#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.
- Loading branch information