Bug 484320, r=dveditz, sr=mrbkap, a=blocking1.9.1

This commit is contained in:
Olli Pettay 2009-03-24 17:43:15 +02:00
parent f3beb2ec4c
commit 2fc3a9fa5e

View File

@ -268,6 +268,8 @@ nsTreeSelection::nsTreeSelection(nsITreeBoxObject* aTree)
nsTreeSelection::~nsTreeSelection()
{
delete mFirstRange;
if (mSelectTimer)
mSelectTimer->Cancel();
}
// QueryInterface implementation for nsBoxObject