IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2006, 8:52:03 PM (20 years ago)
Author:
eugene
Message:

extensive cleanup of memory handling : no more leaks!

File:
1 edited

Legend:

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

    r6311 r6379  
    6262    psLogMsg ("psphot.growth", 4, "GrowthCurve : apLoss : %f\n", psf->growth->apLoss);
    6363   
     64    psFree (view);
     65    psFree (image);
     66    psFree (mask);
     67    psFree (model);
     68    psFree (modelRef);
     69
    6470    return true;
    6571}
Note: See TracChangeset for help on using the changeset viewer.