Skip to content
Commit 4ddc689d authored by Andrii Simiklit's avatar Andrii Simiklit Committed by Andres Gomez
Browse files

mesa/util: add missing va_end() after va_copy()



MSDN:
"va_end must be called on each argument list that's initialized
 with va_start or va_copy before the function returns."

Reviewed-by: default avatarEric Engestrom <eric.engestrom@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107810


Fixes: c6267ebd "gallium/util: Stop bundling our snprintf implementation."
Signed-off-by: default avatarAndrii Simiklit <andrii.simiklit@globallogic.com>
(cherry picked from commit 2930b76c)
parent 841dc893
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment