Bug 128120�Printing fails after first invocation

patch by Roland.Mainz@informatik.med.uni-giessen.de r=rods sr=blizzard a=suresh [sheriff]
This commit is contained in:
timeless%mac.com 2002-02-28 19:32:14 +00:00
parent 8f0239638f
commit 34b4c8a423

View File

@ -169,6 +169,9 @@ nsRenderingContextPS :: ~nsRenderingContextPS()
}
mTranMatrix = nsnull;
NS_IF_RELEASE(mContext);
NS_IF_RELEASE(mFontMetrics);
}
/** ---------------------------------------------------