IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2005, 5:59:11 PM (21 years ago)
Author:
Paul Price
Message:

Programs seem to be working nicely.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/stacScales.c

    r3666 r3673  
    121121            starCoordsTransformed->data[i] = psPlaneTransformApply(NULL, starMap, starCoords->data[i]);
    122122        }
     123        psFree(starMap);
    123124
    124125        psArray *stars = psArrayAlloc(images->n); // Array of stellar photometry vectors
     
    175176            masks->data[i] = mask;
    176177        }
     178        psFree(starCoords);
     179        psFree(starCoordsTransformed);
    177180
    178181        // Get the scales
Note: See TracChangeset for help on using the changeset viewer.