Commit 8df8f0c7 authored by Ganesh Ajjanagadde's avatar Ganesh Ajjanagadde Committed by Martin Storsjö

movenc-test: add a missing va_end call

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent b8b21dee
......@@ -137,6 +137,7 @@ static void check_func(int value, int line, const char *msg, ...)
vprintf(msg, ap);
printf("\n");
check_faults++;
va_end(ap);
}
}
#define check(value, ...) check_func(value, __LINE__, __VA_ARGS__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment