IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3435


Ignore:
Timestamp:
Mar 16, 2005, 10:44:04 AM (21 years ago)
Author:
Paul Price
Message:

Made leak detection a TESTING option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/stac.c

    r3375 r3435  
    154154    psTrace("stac.time",1,"Final combination completed at %f seconds\n", getTime() - startTime);
    155155
    156    // Check memory for leaks, corruption
     156#ifdef TESTING
     157    // Check memory for leaks, corruption
    157158    stacCheckMemory();
     159#endif
     160
     161    exit(EXIT_SUCCESS);
    158162}
Note: See TracChangeset for help on using the changeset viewer.