IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 30, 2007, 1:33:08 PM (19 years ago)
Author:
eugene
Message:

fixed leak

File:
1 edited

Legend:

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

    r15137 r15142  
    3535
    3636    // loop over all chips and perform IO needed
     37    pmChip *chip = NULL;
    3738    pmFPAview *view = pmFPAviewAlloc(0);// View for level of interest
    3839    while ((chip = pmFPAviewNextChip(view, input->fpa, 1)) != NULL) {
     
    5758    pmFPAfileActivate (config->files, false, "PSASTRO.OUTPUT");
    5859
     60    psFree(view);
    5961    return true;
    6062}
Note: See TracChangeset for help on using the changeset viewer.