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

This commit is contained in:
dcone@netscape.com
2001-02-14 05:45:05 +00:00
parent ab56e6b633
commit b9928ed0b8
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);
}
}