fix mismatched delete

This commit is contained in:
bienvenu%netscape.com 1999-09-20 14:56:32 +00:00
parent d37921d284
commit abc6d920a6

View File

@ -248,6 +248,7 @@ nsMimeXULEmitter::EndBody()
tempOutfile.write(tmpBody, mBody.Length());
tempOutfile.close();
nsAllocator::Free(tmpBody);
return NS_OK;
}