IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 14, 2004, 1:55:47 PM (22 years ago)
Author:
desonia
Message:

made psMemCheckLeaks to output results to stderr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/collections/tst_psHash03.c

    r1421 r1811  
    3131    numBlocks = psMemCheckLeaks(currentId, &memBlocks, NULL);
    3232    printf("******************** %s ********************\n", myString);
    33     printf("%d mem blocks\n", psMemCheckLeaks(currentId,NULL,NULL));
     33    printf("%d mem blocks\n", psMemCheckLeaks(currentId,NULL,stderr));
    3434    printf("%d blocks\n", numBlocks);
    3535    printf("*  ");
Note: See TracChangeset for help on using the changeset viewer.