IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 19, 2010, 5:56:54 PM (16 years ago)
Author:
Paul Price
Message:

Don't assert on files being closed when there's a file closing error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubConvolve.c

    r27365 r27370  
    253253            psError(psErrorCodeLast(), false, "File checks failed.");
    254254            exitValue = ppSubExitCode(exitValue);
     255            pmFPAfileFreeSetStrict(false);
    255256        }
    256257        view->readout = -1;
     
    258259            psError(psErrorCodeLast(), false, "File checks failed.");
    259260            exitValue = ppSubExitCode(exitValue);
     261            pmFPAfileFreeSetStrict(false);
    260262        }
    261263        view->cell = -1;
     
    263265            psError(psErrorCodeLast(), false, "File checks failed.");
    264266            exitValue = ppSubExitCode(exitValue);
     267            pmFPAfileFreeSetStrict(false);
    265268        }
    266269        view->chip = -1;
     
    268271            psError(psErrorCodeLast(), false, "File checks failed.");
    269272            exitValue = ppSubExitCode(exitValue);
     273            pmFPAfileFreeSetStrict(false);
    270274        }
    271275        psFree(view);
Note: See TracChangeset for help on using the changeset viewer.