wbemprox: Initialize desc (Coverity).
This commit is contained in:
parent
9d593b1183
commit
af18f3e059
|
@ -1407,7 +1407,7 @@ static void fill_videocontroller( struct table *table )
|
|||
const WCHAR *name = videocontroller_deviceidW;
|
||||
|
||||
if (!(table->data = heap_alloc( sizeof(*rec) ))) return;
|
||||
|
||||
memset (&desc, 0, sizeof(desc));
|
||||
hr = CreateDXGIFactory( &IID_IDXGIFactory, (void **)&factory );
|
||||
if (FAILED(hr)) goto done;
|
||||
|
||||
|
|
Loading…
Reference in New Issue