Re: [PATCH] fixed NULL ptr crash

2006-10-25 Thread Jacek Caban
Marcus Meissner wrote: > On Sun, Sep 16, 2001 at 10:00:00PM +, Marcus Meissner wrote: > >> Hi, >> >> If nsIWebBrowser_GetContentDOMWindow fails we must >> not deallocate dom_window ... Only after the nsres >> check. >> >> Ciao, Marcus >> >> --- >> >> dlls/mshtml/olecmd.c |2 +- >> 1 fil

Re: [PATCH] fixed NULL ptr crash

2006-10-25 Thread Marcus Meissner
On Sun, Sep 16, 2001 at 10:00:00PM +, Marcus Meissner wrote: > Hi, > > If nsIWebBrowser_GetContentDOMWindow fails we must > not deallocate dom_window ... Only after the nsres > check. > > Ciao, Marcus > > --- > > dlls/mshtml/olecmd.c |2 +- > 1 files changed, 1 insertions(+), 1 deletio