зеркало из https://github.com/mozilla/pjs.git
Fixing mismatched addref/release pair
This commit is contained in:
Родитель
ce159e0917
Коммит
c3ca0ba5f7
|
@ -325,6 +325,7 @@ nsObjectFrame::Destroy(nsIPresContext* aPresContext)
|
|||
{
|
||||
inst->SetWindow(nsnull);
|
||||
inst->Stop();
|
||||
NS_RELEASE(inst);
|
||||
}
|
||||
}
|
||||
return nsObjectFrameSuper::Destroy(aPresContext);
|
||||
|
|
|
@ -325,6 +325,7 @@ nsObjectFrame::Destroy(nsIPresContext* aPresContext)
|
|||
{
|
||||
inst->SetWindow(nsnull);
|
||||
inst->Stop();
|
||||
NS_RELEASE(inst);
|
||||
}
|
||||
}
|
||||
return nsObjectFrameSuper::Destroy(aPresContext);
|
||||
|
|
Загрузка…
Ссылка в новой задаче