mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 05:14:24 +00:00
Bug 876878: null out pointer for GetFrameRateList r=bas
This commit is contained in:
parent
5d1222c796
commit
6c954fa541
@ -586,7 +586,7 @@ WebRtc_Word32 DeviceInfoDS::CreateCapabilityMap(
|
||||
|
||||
if (hrVC == S_OK)
|
||||
{
|
||||
LONGLONG *frameDurationList;
|
||||
LONGLONG *frameDurationList = NULL;
|
||||
LONGLONG maxFPS;
|
||||
long listSize;
|
||||
SIZE size;
|
||||
|
Loading…
Reference in New Issue
Block a user