Bug 271293 Crash in [@ nsView::DropMouseGrabbing ]

r=roc sr=roc
This commit is contained in:
timeless%mozdev.org 2004-12-01 03:04:17 +00:00
parent 37e8605570
commit 1736443f5c

View File

@ -217,10 +217,10 @@ nsView::~nsView()
}
}
DropMouseGrabbing();
if (mViewManager)
{
DropMouseGrabbing();
nsView *rootView = mViewManager->GetRootView();
if (rootView)