Added missing NS_RELEASE call

git-svn-id: svn://10.0.0.236/trunk@6690 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1998-07-29 04:04:39 +00:00
parent 85f83e02fc
commit abcc6dc4b8

View File

@@ -540,6 +540,7 @@ ImageFrame::DisplayAltText(nsIPresContext& aPresContext,
y += height;
}
NS_RELEASE(fm);
aRenderingContext.PopState();
}