Bug 81830 - Crash in profile selection using keyboard navigation. r=blake, sr=hyatt, a=asa.

This commit is contained in:
bryner%uiuc.edu 2001-06-03 05:54:20 +00:00
Родитель 24efd6dbd3
Коммит bac741e290
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -116,6 +116,9 @@ nsXULTreeElement::~nsXULTreeElement()
fprintf(stdout, "%d - RDF: nsXULTreeElement\n", gInstanceCount);
#endif
if (mSelectTimer)
mSelectTimer->Cancel();
NS_IF_RELEASE(mSelectedItems);
NS_IF_RELEASE(mCurrentItem);