Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3560 in orxonox.OLD for orxonox/trunk/src/lib


Ignore:
Timestamp:
Mar 15, 2005, 1:38:21 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: fixed a bug, that stopped orxonox from deleting all entities clearly. Needed long time to find it, ddd is your friend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/coord/p_node.cc

    r3554 r3560  
    7777  /* there is currently a problem with cleaning up - fix*/
    7878
    79  
    8079  PNode* pn = this->children->enumerate();
    8180  while( pn != NULL)
    8281    {
     82      delete pn;
    8383      pn = this->children->nextElement();
    84       delete pn;
     84
    8585    }
    8686   
Note: See TracChangeset for help on using the changeset viewer.