Fixed shutdown crash found by warren

This commit is contained in:
kipp%netscape.com 1999-09-27 16:33:05 +00:00
parent 44047c7580
commit dfbdc6f2a7

View File

@ -195,6 +195,8 @@ nsThrobber::~nsThrobber()
if (0 == --gNumThrobbers) { if (0 == --gNumThrobbers) {
delete gThrobbers; delete gThrobbers;
// Do this in case an event shows up later for the throbber...
gThrobbers = nsnull;
} }
} }