зеркало из https://github.com/mozilla/pjs.git
fix leaked timer, bug 28226, r=hyatt.
This commit is contained in:
Родитель
182ec14cfa
Коммит
3091226b99
|
@ -298,6 +298,11 @@ nsGfxListControlFrame::~nsGfxListControlFrame()
|
|||
if (mSelectionCache) {
|
||||
delete mSelectionCache;
|
||||
}
|
||||
|
||||
#ifdef DO_DRAGGING
|
||||
NS_IF_RELEASE ( mAutoScrollTimer );
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
//---------------------------------------------------------
|
||||
|
|
Загрузка…
Ссылка в новой задаче