Crashes in objc_msgSend in nsChildView::StartDrawPlugin(). b=457337 r=josh sr=vlad

This commit is contained in:
Steven Michaud 2008-09-30 16:39:09 -05:00
parent 2f97fe678d
commit 8ffa1cf185

View File

@ -2278,6 +2278,7 @@ NSEvent* gLastDragEvent = nil;
{
nsTSMManager::OnDestroyView(self);
mGeckoChild = nsnull;
mWindow = nil;
// Just in case we're destroyed abruptly and missed the draggingExited
// or performDragOperation message.
NS_IF_RELEASE(mDragService);