fix the platformencoder leak (#38664)

git-svn-id: svn://10.0.0.236/trunk@69072 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
yueheng.xu%intel.com
2000-05-10 22:24:35 +00:00
parent 7ff483a96d
commit bf4b7bf752

View File

@@ -1500,6 +1500,7 @@ nsresult nsFormFrame::ProcessAsMultipart(nsIFormProcessor* aFormProcessor,nsIFil
NS_ASSERTION(NS_SUCCEEDED(rv), "Generating the form post temp file failed.\n");
NS_IF_RELEASE(encoder);
NS_IF_RELEASE(platformencoder);
return rv;
}