Allocate the TYPEATTR rather than copying it.
commit81768fe150ea1d1afdb241bc40dbf879b15312d9
authorHuw Davies <huw@codeweavers.com>
Thu, 2 Dec 2004 19:58:07 +0000 (2 19:58 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 2 Dec 2004 19:58:07 +0000 (2 19:58 +0000)
tree2e81523b163de0538d2c6ffb8a57a3dd66358d8d
parent478f3e3049943690f9c1564407098284ddbc5124
Allocate the TYPEATTR rather than copying it.
For a dual interface the dispinterface's cfuncs should include the
inherited functions, cbSizeVft should just be the size of IDispatch's
vtbl and we should strip TYPEFLAG_FOLEAUTOMATION.
dlls/oleaut32/typelib.c