This commit is contained in:
alecf@netscape.com
1999-03-11 22:58:25 +00:00
parent 63cab3cc5c
commit d507fe0f0a
7 changed files with 18 additions and 18 deletions

View File

@@ -1405,7 +1405,7 @@ PRInt32 CEntityToken::TranslateToUnicodeStr(nsString& aString) {
void CEntityToken::DebugDumpSource(ostream& out) {
char* cp=mTextValue.ToNewCString();
out << "&" << *cp;
delete cp;
delete[] cp;
}
/*