mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 17:58:37 +08:00
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