Bug 455665 - nsSplitterFrameInner crashes in some special case. r+sr=bzbarsky.

This commit is contained in:
Oleg Romashin 2008-09-17 17:38:33 +03:00
Родитель e2631f01ed
Коммит a540f51b13
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -526,6 +526,8 @@ nsSplitterFrameInner::MouseUp(nsPresContext* aPresContext, nsGUIEvent* aEvent)
delete[] mChildInfosAfter;
mChildInfosBefore = nsnull;
mChildInfosAfter = nsnull;
mChildInfosBeforeCount = 0;
mChildInfosAfterCount = 0;
}
void