IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 3, 2006, 8:48:32 AM (20 years ago)
Author:
eugene
Message:

added missing frees

File:
1 edited

Legend:

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

    r6311 r6319  
    11# include "psphot.h"
    22
     3// 2006.02.02 : no leaks
    34psPolynomial2D *psphotImageBackground (pmReadout *readout, psMetadata *config, psStats *sky)
    45{
     
    6162    sky->sampleMean = 0.0;
    6263
     64    psFree (x);
     65    psFree (y);
     66    psFree (z);
     67    psFree (rnd);  // XXX should this be made available at a higher level?
     68
    6369    psLogMsg ("psphot", 3, "fit background model: %f sec\n", psTimerMark ("psphot"));
    6470    return (skyModel);
Note: See TracChangeset for help on using the changeset viewer.