Merge pull request #1400 from Dmitry-Me/addMissingVaEnd01

win-mf: Add missing va_end() call
This commit is contained in:
Jim 2018-08-01 13:31:59 -07:00 committed by GitHub
commit fbd8d02c77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ static void DBGMSG(PCWSTR format, ...)
MF_LOG(LOG_INFO, "%s", cmsg);
bfree(cmsg);
}
va_end(args);
}
#ifndef IF_EQUAL_RETURN