Re: [PATCH 3/3] urlmon: Use CopyBindInfo in InternetBindInfo_GetBindInfo
8 Mar
2012
8 Mar
'12
12:14 p.m.
Hi Piotr, On 03/08/12 13:00, Piotr Caban wrote:
- - *pbindinfo = This->bindinfo; - - if(pbindinfo->szExtraInfo || pbindinfo->szCustomVerb) - FIXME("copy strings\n"); - - if(pbindinfo->stgmedData.pUnkForRelease) - IUnknown_AddRef(pbindinfo->stgmedData.pUnkForRelease); - - if(pbindinfo->pUnk) - IUnknown_AddRef(pbindinfo->pUnk); - - return S_OK; + pbindinfo->cbSize = sizeof(BINDINFO);
Isn't caller responsible for setting this?
+ return CopyBindInfo(&This->bindinfo, pbindinfo);
Jacek
5028
Age (days ago)
5028
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban