Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3668 in orxonox.OLD for orxonox/trunk/src/garbage_collector.cc


Ignore:
Timestamp:
Mar 30, 2005, 11:40:16 AM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: made list more performant and less vulnerable to segfaults. changed the benchmark function to only display list attributes for now. changed pnode to iterator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/garbage_collector.cc

    r3664 r3668  
    131131          list->remove(entity);
    132132          /* second remove out of pnode tree */
    133           entity->remove();
     133          //entity->remove();
     134          //delete entity;
    134135        }
    135136      entity = iterator->nextElement();
Note: See TracChangeset for help on using the changeset viewer.