Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd
This commit is contained in:
@@ -108,7 +108,7 @@ nsHtml5TreeOperation::~nsHtml5TreeOperation()
|
||||
delete[] mOne.charPtr;
|
||||
break;
|
||||
case eTreeOpProcessOfflineManifest:
|
||||
nsMemory::Free(mOne.unicharPtr);
|
||||
free(mOne.unicharPtr);
|
||||
break;
|
||||
default: // keep the compiler happy
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user