IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 21, 2006, 12:29:48 AM (20 years ago)
Author:
Paul Price
Message:

Working, but leaks memory something chronic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppFile.c

    r5977 r6125  
    77    psFree(file->fpa);
    88    psFree(file->phu);
    9     psFitsClose(file->fits);
     9    if (file->fits) {
     10        psFitsClose(file->fits);
     11    }
    1012    return;
    1113}
Note: See TracChangeset for help on using the changeset viewer.