IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27567


Ignore:
Timestamp:
Apr 1, 2010, 3:32:29 PM (16 years ago)
Author:
Paul Price
Message:

No need to assert that all files have been closed if we hit an error.

File:
1 edited

Legend:

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

    r21273 r27567  
    77void ppImageCleanup (pmConfig *config, ppImageOptions *options)
    88{
     9    if (psErrorCodeLast() != PS_ERROR_NONE) {
     10        pmFPAfileFreeSetStrict(false);
     11    }
     12
    913    // Free memory used by ppImage
    1014    psFree(options);
Note: See TracChangeset for help on using the changeset viewer.