Fix for 2107.

This commit is contained in:
gagan%netscape.com 1999-01-26 07:23:51 +00:00
parent 54b6e83cce
commit f69b15285e

View File

@ -424,7 +424,7 @@ void FE_SetRefreshURLTimer(MWContext *pContext, URL_Struct *URL_s)
nsISupports* container;
rv = pConn->pURL->GetContainer(&container);
if (rv == NS_OK) {
if (container && (rv == NS_OK)) {
rv = container->QueryInterface(kRefreshURLIID, (void**)&IRefreshURL);
if(NS_SUCCEEDED(rv)) {
nsIURL* newURL;