gameux: Initialize a variable (Coverity).
This commit is contained in:
parent
0b10003d4a
commit
4f704760e1
|
@ -1083,7 +1083,7 @@ static HRESULT STDMETHODCALLTYPE GameStatisticsMgrImpl_GetGameStatistics(
|
|||
{
|
||||
HRESULT hr;
|
||||
WCHAR lpApplicationId[49];
|
||||
GameStatisticsImpl *statisticsImpl;
|
||||
GameStatisticsImpl *statisticsImpl = NULL;
|
||||
IGameStatistics *output_iface;
|
||||
|
||||
TRACE("(%p, %s, 0x%x, %p, %p)\n", iface, debugstr_w(GDFBinaryPath), openType, pOpenResult, ppiStats);
|
||||
|
|
Loading…
Reference in New Issue