IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 4, 2005, 11:37:01 AM (21 years ago)
Author:
Paul Price
Message:

Updated to psLib rel5alpha1

File:
1 edited

Legend:

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

    r2500 r3375  
    4444
    4545    if ((leakFile = fopen(LEAKS, "w")) == NULL) {
    46         psError("stac.checkMemory", "Unable to open leaks file, %s\n",LEAKS);
     46        fprintf(stderr, "Unable to open leaks file, %s\n", LEAKS);
    4747        return;
    4848    }
    4949
    50     int nLeaks = psMemCheckLeaks(0, &leaks, leakFile); // Number of leaks
     50    int nLeaks = psMemCheckLeaks(0, &leaks, leakFile, false); // Number of leaks
    5151    psTrace("stac.checkMemory", 1, "%d leaks found.\n", nLeaks);
    5252    for (int i = 0; i < nLeaks; i++) {
Note: See TracChangeset for help on using the changeset viewer.