Fixed shutdown crash found by warren

This commit is contained in:
kipp%netscape.com 1999-09-27 16:33:05 +00:00
Родитель 44047c7580
Коммит dfbdc6f2a7
1 изменённых файлов: 2 добавлений и 0 удалений

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

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