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
Родитель be024faae7
Коммит 21ff5785d9
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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);