Commit 7da10bca authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

shlwapi: Initialise id field of ConPt object in connection point tests.

parent 3d0f56fb
......@@ -1095,6 +1095,7 @@ static HRESULT WINAPI Contain_FindConnectionPoint(
pt->sinkCount = 0;
pt->sink = NULL;
pt->container = iface;
pt->id = IID_IDispatch;
if (iface->ptCount == 0)
iface->pt =HeapAlloc(GetProcessHeap(),0,sizeof(IUnknown*));
......
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