This commit is contained in:
spider 1998-06-25 21:42:39 +00:00
Родитель 9b82b2fd52
Коммит 0b1808db40
1 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -100,8 +100,6 @@ nsRenderingContextUnix :: ~nsRenderingContextUnix()
mTMatrix = nsnull;
PopState();
// Destroy the State Machine
if (nsnull != mStateCache)
{
@ -129,9 +127,9 @@ nsRenderingContextUnix :: ~nsRenderingContextUnix()
delete mFrontBuffer;
}
NS_IF_RELEASE(mContext);
NS_IF_RELEASE(mFontCache);
NS_IF_RELEASE(mFontMetrics);
NS_IF_RELEASE(mFontCache);
NS_IF_RELEASE(mContext);
}