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.