Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add missing call to
va_end()
for copied va_list
The man page stdarg(3) states that each invocation of `va_copy()` must be matched by a corresponding invocation of `va_end()` in the same function. Signed-off-by: Max <[email protected]> Signed-off-by: Lukas Fleischer <[email protected]>
- Loading branch information