Added a missing Release to prevent leaking a SupportsArrayEnumerator...
git-svn-id: svn://10.0.0.236/trunk@54223 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -543,9 +543,10 @@ nsFormFrame::OnSubmit(nsIPresContext* aPresContext, nsIFrame* aFrame)
|
||||
result = inst->QueryInterface(nsIFormSubmitObserver::GetIID(),(void**)&formSubmitObserver);
|
||||
if (NS_SUCCEEDED(result) && formSubmitObserver) {
|
||||
formSubmitObserver->Notify(mContent);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
NS_RELEASE(theEnum);
|
||||
}
|
||||
|
||||
nsIFileSpec* multipartDataFile = nsnull;
|
||||
|
||||
Reference in New Issue
Block a user