Argh... fix my last fix.

git-svn-id: svn://10.0.0.236/trunk@50595 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gagan%netscape.com
1999-10-13 12:16:08 +00:00
parent 14334bc5ea
commit 6d496c35bf
2 changed files with 4 additions and 4 deletions

View File

@@ -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;
}