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

git-svn-id: svn://10.0.0.236/trunk@56328 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com
1999-12-22 01:47:59 +00:00
parent 0336e2cd8b
commit 41e83422c9
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;