IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37610


Ignore:
Timestamp:
Nov 16, 2014, 6:04:25 PM (12 years ago)
Author:
bills
Message:

psFree several items that were causing memory leaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotChooseAnalysisOptions.c

    r36453 r37610  
    606606    psLogMsg ("psphot.options", PS_LOG_WARN, "choose analysis options for %ld objects: %f sec\n", objects->n, psTimerMark ("psphot.options"));
    607607
     608    psFree(exptime);
     609    psFree(zeropt);
     610    psFree(chips);
     611    psFree(inputFilters);
     612    psFree(petroFluxLim);
     613    psFree(extFitFluxLim);
    608614    psFree(toGal);
    609615
Note: See TracChangeset for help on using the changeset viewer.