How to return an [out] variant with VT = VT_RECORD without creating memory leak in ole32.dll?
- by picarodevosio
Hi,
Purify is pointing memory leak in ole32.dll while returning a Variant with VT set to VT_RECORD as OUT parameter. I am using User Marshalling by generating proxy/stub dll from IDL.
Can you suggest how to avoid this memory leak?
Thanks
Picaro De Vosio