diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/inc/internal/utilities.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/inc/internal/utilities.hxx b/shell/inc/internal/utilities.hxx index b11c9aa7d313..ccd537bec1f7 100644 --- a/shell/inc/internal/utilities.hxx +++ b/shell/inc/internal/utilities.hxx @@ -120,6 +120,7 @@ inline void OutputDebugStringFormat( LPCSTR pFormat, ... ) va_start( args, pFormat ); StringCchVPrintfA( buffer, sizeof(buffer), pFormat, args ); + va_end( args ); OutputDebugStringA( buffer ); } #else |