mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 11:53:41 +00:00
[DRWTSN32][SHIMDBG] Add missing va_end.
CORE-14193
This commit is contained in:
parent
45ec86c442
commit
9be6ac9cbb
2 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue