From b438be51f686e75c52e22c1157c9ee53b4c2ae4a Mon Sep 17 00:00:00 2001 From: "timeless%mac.com" Date: Mon, 26 Nov 2001 19:52:29 +0000 Subject: [PATCH] =?UTF-8?q?Bugzilla=20Bug=20111922=C3=BF[Xlib]=20Fatal=20c?= =?UTF-8?q?rash=20at=20shutdown=20in=20nsAppShellService=20destructor=20Ro?= =?UTF-8?q?land.Mainz@informatik.med.uni-giessen.de=20r=3Dleaf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.0.0.236/trunk@108911 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/xlib/nsAppShell.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/mozilla/widget/src/xlib/nsAppShell.cpp b/mozilla/widget/src/xlib/nsAppShell.cpp index 26aef8c315d..509d6f17981 100644 --- a/mozilla/widget/src/xlib/nsAppShell.cpp +++ b/mozilla/widget/src/xlib/nsAppShell.cpp @@ -351,8 +351,6 @@ nsresult nsAppShell::Run() NS_METHOD nsAppShell::Spindown() { - Release(); - if (mEventQueue) { ListenToEventQueue(mEventQueue, PR_FALSE); mEventQueue->ProcessPendingEvents();