IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30421


Ignore:
Timestamp:
Jan 28, 2011, 3:28:33 PM (15 years ago)
Author:
eugene
Message:

plug a leak in ppSubMakePSF.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/ppSub/src/ppSubMakePSF.c

    r30285 r30421  
    8787    // use flags to toss totally bogus entries?
    8888    psArray *goodSources = ppSubSelectPSFSources (sources);
     89
    8990    if (!psphotReadoutFindPSF(config, view, "PSPHOT.INPUT", goodSources)) {
    9091        // This is likely a data quality issue
     
    127128        outputRO = pmReadoutAlloc(outputCell);
    128129        outputRO->image = psMemIncrRefCounter(inputRO->image);
     130        psFree(outputRO); // I have a copy on the outputCell
    129131    }
    130132
Note: See TracChangeset for help on using the changeset viewer.