Commit 8a6fa1bf authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

inetcomm: Added missing initialization.

parent 98b8699b
......@@ -1856,6 +1856,8 @@ HRESULT WINAPI MimeOleCreateMessage(IUnknown *pUnkOuter, IMimeMessage **ppMessag
This->lpVtbl = &MimeMessageVtbl;
This->refs = 1;
This->stream = NULL;
list_init(&This->body_tree);
This->next_hbody = (HBODY)1;
*ppMessage = (IMimeMessage *)&This->lpVtbl;
return S_OK;
......
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