Commit 0c5ebf42 authored by Alexandre Julliard's avatar Alexandre Julliard

riched20: Fix potentially uninitialized variable compiler warnings.

parent 69952b6f
......@@ -1143,6 +1143,8 @@ static HRESULT insert_static_object(ME_TextEditor *editor, HENHMETAFILE hemf, HB
stgm.u.hBitmap = hbmp;
fm.cfFormat = CF_BITMAP;
}
else return E_FAIL;
stgm.pUnkForRelease = NULL;
fm.ptd = NULL;
......
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