Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5211 in orxonox.OLD for trunk/src/lib/util/list.h


Ignore:
Timestamp:
Sep 21, 2005, 2:21:41 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: valgrind mem-leak-recovered

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/list.h

    r5209 r5211  
    8282    {
    8383      listElement<T>* le = this->currentEl->next;
    84       //delete this->currentEl->curr;
     84      //delete this->currentEl->curr;  //! THIS IS EXTREMELY UNSAFE (the list only stores pointers not instances) //
    8585      delete this->currentEl;
    8686      this->currentEl = le;
Note: See TracChangeset for help on using the changeset viewer.