Commit af18f3e0 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

wbemprox: Initialize desc (Coverity).

parent 9d593b11
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment