Release the Presentation Context.. fixes printing leak r=kmmclusk, sr=attinasi

git-svn-id: svn://10.0.0.236/trunk@86984 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dcone%netscape.com
2001-02-14 05:45:05 +00:00
parent 32ec04c869
commit 602792ee45
3 changed files with 3 additions and 3 deletions

View File

@@ -2107,7 +2107,7 @@ nsCOMPtr<nsIWebShell> webContainer;
NS_RELEASE(mPrintVM);
NS_RELEASE(mPrintSS);
NS_RELEASE(mPrintDC);
//NS_RELEASE(mPrintPC);
NS_RELEASE(mPrintPC);
}
}

View File

@@ -2107,7 +2107,7 @@ nsCOMPtr<nsIWebShell> webContainer;
NS_RELEASE(mPrintVM);
NS_RELEASE(mPrintSS);
NS_RELEASE(mPrintDC);
//NS_RELEASE(mPrintPC);
NS_RELEASE(mPrintPC);
}
}

View File

@@ -2107,7 +2107,7 @@ nsCOMPtr<nsIWebShell> webContainer;
NS_RELEASE(mPrintVM);
NS_RELEASE(mPrintSS);
NS_RELEASE(mPrintDC);
//NS_RELEASE(mPrintPC);
NS_RELEASE(mPrintPC);
}
}