Fix leak of nsHTMLOptionElement. r=pollmann@netscape.com

git-svn-id: svn://10.0.0.236/trunk@67703 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu 2000-05-01 04:00:38 +00:00
parent 4a1b02dcd2
commit 8c144a4475
2 changed files with 2 additions and 0 deletions

View File

@ -689,6 +689,7 @@ nsListControlFrame::Reflow(nsIPresContext* aPresContext,
}
}
}
NS_RELEASE(option);
}
}

View File

@ -689,6 +689,7 @@ nsListControlFrame::Reflow(nsIPresContext* aPresContext,
}
}
}
NS_RELEASE(option);
}
}