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/collections/tst_psHash03.c

    r2204 r2392  
    2929    psS32 numBlocks = 0;
    3030
    31     numBlocks = psMemCheckLeaks(currentId, &memBlocks, NULL);
     31    numBlocks = psMemCheckLeaks(currentId, &memBlocks, NULL,false);
    3232    printf("******************** %s ********************\n", myString);
    33     printf("%d mem blocks\n", psMemCheckLeaks(currentId,NULL,stderr));
     33    printf("%d mem blocks\n", psMemCheckLeaks(currentId,NULL,stderr,false));
    3434    printf("%d blocks\n", numBlocks);
    3535    printf("*  ");
     
    129129        psFree(ids[i]);
    130130    }
    131     memLeaks = psMemCheckLeaks(currentId,NULL,stdout);
     131    memLeaks = psMemCheckLeaks(currentId,NULL,stdout,false);
    132132    if (0 != memLeaks) {
    133133        psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
Note: See TracChangeset for help on using the changeset viewer.