Don't release the selection that you didn't addref, mister document encoder.
git-svn-id: svn://10.0.0.236/trunk@35553 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -97,7 +97,7 @@ nsHTMLEncoder::nsHTMLEncoder() : mMimeType("text/html")
|
||||
nsHTMLEncoder::~nsHTMLEncoder()
|
||||
{
|
||||
NS_IF_RELEASE(mDocument);
|
||||
NS_IF_RELEASE(mSelection);
|
||||
//NS_IF_RELEASE(mSelection); // no. we never addref'd it.
|
||||
NS_IF_RELEASE(mPresShell);
|
||||
}
|
||||
|
||||
@@ -339,7 +339,7 @@ nsTextEncoder::nsTextEncoder() : mMimeType("text/plain")
|
||||
nsTextEncoder::~nsTextEncoder()
|
||||
{
|
||||
NS_IF_RELEASE(mDocument);
|
||||
NS_IF_RELEASE(mSelection);
|
||||
//NS_IF_RELEASE(mSelection); // no. we never addref'd it.
|
||||
NS_IF_RELEASE(mPresShell);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user