Fix build bustage on windows.
git-svn-id: svn://10.0.0.236/trunk@50594 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -4130,7 +4130,8 @@ nsWebShell::OnStatus(nsIChannel* channel, nsISupports* ctxt,
|
||||
|
||||
#ifndef BUG_16273_FIXED
|
||||
//free the message-
|
||||
CRTFREEIF((PRUnichar*)aMsg);
|
||||
PRUnichar* temp = (PRUnichar*) aMsg;
|
||||
CRTFREEIF(temp);
|
||||
#endif
|
||||
return rv;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user