Changeset 87 for osgVisual/src/cluster


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/cluster
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/src/cluster/dataIO_clusterENet.cpp

    r84 r87  
    2222{
    2323        OSG_NOTIFY( osg::ALWAYS ) << "clusterENet constructed" << std::endl;
     24        #include <leakDetection.h>
     25
    2426        serverToConnect = "unknown";
    2527        hardSync = false;       // integrate into init()
  • osgVisual/src/cluster/dataIO_clusterENet_implementation.cpp

    r77 r87  
    2525{
    2626        std::cout << "Instantiated server class# "<< activeENetInstances << std::endl;
     27        #include <leakDetection.h>
    2728        enetInitialized = false;
    2829        host = NULL;
Note: See TracChangeset for help on using the changeset viewer.