From bf4b7bf75238a6c8a183731dad2fae9ebeee004c Mon Sep 17 00:00:00 2001 From: "yueheng.xu%intel.com" Date: Wed, 10 May 2000 22:24:35 +0000 Subject: [PATCH] fix the platformencoder leak (#38664) git-svn-id: svn://10.0.0.236/trunk@69072 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/forms/src/nsFormFrame.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/layout/html/forms/src/nsFormFrame.cpp b/mozilla/layout/html/forms/src/nsFormFrame.cpp index 82e2e249e39..3f8c6aabe35 100644 --- a/mozilla/layout/html/forms/src/nsFormFrame.cpp +++ b/mozilla/layout/html/forms/src/nsFormFrame.cpp @@ -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; }