зеркало из https://github.com/mozilla/gecko-dev.git
Fixed shutdown crash found by warren
This commit is contained in:
Родитель
44047c7580
Коммит
dfbdc6f2a7
|
@ -195,6 +195,8 @@ nsThrobber::~nsThrobber()
|
|||
|
||||
if (0 == --gNumThrobbers) {
|
||||
delete gThrobbers;
|
||||
// Do this in case an event shows up later for the throbber...
|
||||
gThrobbers = nsnull;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче