tags 411614 + patch Here's the patch. I've been testing chromium for the last hour or so. Try as I might, no more segfaults.
--- HeroAircraft.cpp.orig 2007-02-22 04:01:29.000000000 -0800 +++ HeroAircraft.cpp 2007-02-22 03:36:29.000000000 -0800 @@ -663,12 +663,12 @@ } game->explosions->addExplo(Explosions::PowerBurst, pwrUp->pos); delUp = pwrUp; - pwrUp = powerUps->getNext(); + pwrUp = pwrUp->next; powerUps->remove(delUp); } else { - pwrUp = powerUps->getNext(); + pwrUp = pwrUp->next; } } } -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]