mirror of
https://github.com/reactos/reactos.git
synced 2026-06-05 11:12:56 +08:00
[DRWTSN32][SHIMDBG] Add missing va_end.
CORE-14193
This commit is contained in:
committed by
Mark Jansen
parent
45ec86c442
commit
9be6ac9cbb
@@ -20,6 +20,7 @@ void xprintf(const char *fmt, ...)
|
||||
va_start(ap, fmt);
|
||||
vprintf(fmt, ap);
|
||||
vDbgPrintEx(-1, DPFLTR_ERROR_LEVEL, fmt, ap);
|
||||
va_end(ap);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user