Changeset 87 for osgVisual/src/object


Ignore:
Timestamp:
Jul 28, 2010, 5:13:22 PM (14 years ago)
Author:
Torben Dannhauer
Message:

Introductes VS 2008 Memory Leak Debugging.
Todo: Compile on Linux and compare with Valgrind, VS 2008 seems to be awkward in leak debugging

Location:
osgVisual/src/object
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/src/object/object_updater.cpp

    r31 r87  
    2121object_updater::object_updater(osgVisual::visual_object* object_ )
    2222{
     23        #include <leakDetection.h>
    2324}
    2425
  • osgVisual/src/object/visual_object.cpp

    r36 r87  
    2121visual_object::visual_object( osg::CoordinateSystemNode* sceneRoot_, std::string nodeName_)
    2222{
     23        #include <leakDetection.h>
     24
    2325        // Add this node to Scenegraph
    2426        sceneRoot_->addChild( this );
Note: See TracChangeset for help on using the changeset viewer.