IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26581


Ignore:
Timestamp:
Jan 12, 2010, 4:47:45 PM (16 years ago)
Author:
eugene
Message:

free happens in the wrong place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ppSub/src/ppSubMatchPSFs.c

    r26506 r26581  
    7272    pmReadout *kernelRO = pmFPAfileThisReadout(config->files, view, "PPSUB.OUTPUT.KERNELS"); // RO with kernel
    7373
    74     psFree(view);
    75 
    7674    // Sources in image, used for stamps: these must be loaded from previous analysis stages
    7775    pmReadout *inSourceRO = pmFPAfileThisReadout(config->files, view, "PPSUB.INPUT.SOURCES");
     
    8179    psArray *refSources = refSourceRO ? psMetadataLookupPtr(&mdok, refSourceRO->analysis, "PSPHOT.SOURCES") :
    8280        NULL ; // Source list from reference image
     81
     82    psFree(view);
    8383
    8484    psArray *sources = NULL;            // Merged list of sources
Note: See TracChangeset for help on using the changeset viewer.