Bug 876878: null out pointer for GetFrameRateList r=bas

This commit is contained in:
Randell Jesup 2013-05-30 16:48:40 -04:00
parent 5d1222c796
commit 6c954fa541

View File

@ -586,7 +586,7 @@ WebRtc_Word32 DeviceInfoDS::CreateCapabilityMap(
if (hrVC == S_OK)
{
LONGLONG *frameDurationList;
LONGLONG *frameDurationList = NULL;
LONGLONG maxFPS;
long listSize;
SIZE size;