[1/2] mshtml: Changed get_typeinfo to help support IDispatch

Jacek Caban jacek at codeweavers.com
Sat Aug 16 05:18:10 CDT 2008


Alistair Leslie-Hughes wrote:
> Hi,
>
> Changelog:
>     mshtml: Changed get_typeinfo to help support IDispatch
 > Subject: [PATCH] Changed get_typeinfo to AddRef the COM pointer


get_typeinfo is an internal function so it's fine to not AddRef as long 
as we guarantee that we hold the reference (and we do) so there is no 
point to add unneeded AddRef here.


Jacek



More information about the wine-devel mailing list