win-mf: Add missing va_end() call
This commit is contained in:
@@ -24,6 +24,7 @@ static void DBGMSG(PCWSTR format, ...)
|
||||
MF_LOG(LOG_INFO, "%s", cmsg);
|
||||
bfree(cmsg);
|
||||
}
|
||||
va_end(args);
|
||||
}
|
||||
|
||||
#ifndef IF_EQUAL_RETURN
|
||||
|
Reference in New Issue
Block a user