IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2004, 11:10:52 AM (22 years ago)
Author:
evanalst
Message:

Update psMemCheckLeaks function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psHist03.c

    r2204 r2392  
    114114                            "Deallocate the psHistogram structure.");
    115115    psMemCheckCorruption(1);
    116     memLeaks = psMemCheckLeaks(currentId,NULL,NULL);
     116    memLeaks = psMemCheckLeaks(currentId,NULL,NULL,false);
    117117    if (0 != memLeaks) {
    118118        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
Note: See TracChangeset for help on using the changeset viewer.