Merge pull request #1400 from Dmitry-Me/addMissingVaEnd01
win-mf: Add missing va_end() call
This commit is contained in:
commit
fbd8d02c77
@ -24,6 +24,7 @@ static void DBGMSG(PCWSTR format, ...)
|
||||
MF_LOG(LOG_INFO, "%s", cmsg);
|
||||
bfree(cmsg);
|
||||
}
|
||||
va_end(args);
|
||||
}
|
||||
|
||||
#ifndef IF_EQUAL_RETURN
|
||||
|
Loading…
x
Reference in New Issue
Block a user