IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20449


Ignore:
Timestamp:
Oct 28, 2008, 2:01:54 PM (18 years ago)
Author:
eugene
Message:

plug memory leak on failure

File:
1 edited

Legend:

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

    r20414 r20449  
    144144        psMetadataAdd (recipe, PS_LIST_TAIL, "APLOSS",   PS_DATA_F32 | PS_META_REPLACE, "aperture loss (mag)", NAN);
    145145        psMetadataAdd (recipe, PS_LIST_TAIL, "NAPMIFIT", PS_DATA_S32 | PS_META_REPLACE, "number of apresid stars", 0);
     146
     147        psFree (mag);
     148        psFree (mask);
     149        psFree (xPos);
     150        psFree (yPos);
     151        psFree (apResid);
     152        psFree (dMag);
    146153        return false;
    147154    }
Note: See TracChangeset for help on using the changeset viewer.