IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10104


Ignore:
Timestamp:
Nov 20, 2006, 10:44:54 AM (20 years ago)
Author:
rhl
Message:

Fix memory leak

File:
1 edited

Legend:

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

    r10096 r10104  
    177177    # else
    178178    psVector *norm = psSparseSolve (NULL, constraint, sparse, 3);
     179    psVector *skyfit = NULL;
    179180    # endif
    180181
     
    218219    psFree (fitSources);
    219220    psFree (norm);
     221    psFree (skyfit);
    220222    psFree (weight);
    221223    psFree (errors);
Note: See TracChangeset for help on using the changeset viewer.