fix for 16273. r=valeski, a=sdagley.

This commit is contained in:
dougt@netscape.com
1999-12-22 01:47:59 +00:00
parent 85f715552b
commit db7362bc77
8 changed files with 55 additions and 45 deletions

View File

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