2014-06-25 16:24 GMT+08:00 Huw Davies huw@codeweavers.com:
This is not the way to do this. You want to be calling AddRef on the interface. You probably want to do the if(editor->reOle) check in the EM_GETOLEINTERFACE handler and only call this constructor when needed.
Thanks Huw! A newer version will be sent.