removes itself from the radio group when it is destructed

r=kmcclusk, bug 17418


git-svn-id: svn://10.0.0.236/trunk@52208 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com
1999-10-29 13:54:58 +00:00
parent 38a193d9b4
commit 24bb2c855d
2 changed files with 2 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ nsGfxRadioControlFrame::nsGfxRadioControlFrame()
nsGfxRadioControlFrame::~nsGfxRadioControlFrame()
{
mFormFrame->RemoveRadioControlFrame((nsIFormControlFrame *)this);
NS_IF_RELEASE(mRadioButtonFaceStyle);
}