Ignore:
Timestamp:
Jul 29, 2010, 8:39:55 AM (14 years ago)
Author:
Torben Dannhauer
Message:

Moved memory leak detection from source file to headerfile. Its still in the class but at least not in the source file.

The leak detection works, but the false positives are not stopped.
Use Linux/Valgrind? to make your final leak detection beyond the easy first approach in MSVC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/include/core/visual_core.h

    r87 r88  
    9292class visual_core : public osg::Referenced
    9393{
     94        #include <leakDetection.h>
     95
    9496public:
    9597        visual_core(osg::ArgumentParser& arguments_);
Note: See TracChangeset for help on using the changeset viewer.