shdocvw question

2007-11-03 Thread Allan Tong
The attached patch should fix the crash in bug #6120, but I'm afraid I don't understand enough to know if the patch is correct or not. The code that the patch removes was setting the client site pointer to NULL. A later dereference on that pointer causes the crash. I guess I don't understand

Re: shdocvw question

2007-11-03 Thread Vijay Kiran Kamuju
Hi, I dont know about ole32 stuff. I think we should not remove the stuff, you have just removed. rather it would be better if there is null check for it, and decrease reference count. Thanks, VJ PS: I really dont know about ole32 stuff. On 11/3/07, Allan Tong [EMAIL PROTECTED] wrote: The