Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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/graphics/render2D/element_2d.cc

    r5118 r5211  
    9090  this->parent = NULL;
    9191  this->children = new tList<Element2D>;
     92  this->absDirection = 0.0;
    9293  this->relDirection = 0.0;
    9394  this->bRelCoorChanged = true;
     
    844845NullElement2D::~NullElement2D ()
    845846{
    846   //delete singletonRef;
    847847  NullElement2D::singletonRef = NULL;
    848848}
Note: See TracChangeset for help on using the changeset viewer.