This commit is contained in:
gagan%netscape.com 1999-10-13 12:16:08 +00:00
Родитель f488dd54a9
Коммит 209816b7fe
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -4130,8 +4130,8 @@ nsWebShell::OnStatus(nsIChannel* channel, nsISupports* ctxt,
#ifndef BUG_16273_FIXED
//free the message-
PRUnichar* temp = (PRUnichar*) aMsg;
CRTFREEIF(temp);
PRUnichar* tempChar = (PRUnichar*) aMsg;
CRTFREEIF(tempChar);
#endif
return rv;
}

Просмотреть файл

@ -4130,8 +4130,8 @@ nsWebShell::OnStatus(nsIChannel* channel, nsISupports* ctxt,
#ifndef BUG_16273_FIXED
//free the message-
PRUnichar* temp = (PRUnichar*) aMsg;
CRTFREEIF(temp);
PRUnichar* tempChar = (PRUnichar*) aMsg;
CRTFREEIF(tempChar);
#endif
return rv;
}