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

git-svn-id: svn://10.0.0.236/trunk@96261 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%uiuc.edu
2001-06-03 05:54:20 +00:00
parent fcf3a97b48
commit 07a3022c7c

View File

@@ -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);