Skip to content
Snippets Groups Projects
Commit b3603345 authored by pinkerton%netscape.com's avatar pinkerton%netscape.com
Browse files

fix leaked timer, bug 28226, r=hyatt.

parent 2458b2ed
No related branches found
No related tags found
No related merge requests found
......@@ -298,6 +298,11 @@ nsGfxListControlFrame::~nsGfxListControlFrame()
if (mSelectionCache) {
delete mSelectionCache;
}
#ifdef DO_DRAGGING
NS_IF_RELEASE ( mAutoScrollTimer );
#endif
}
//---------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment