IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 3, 2021, 3:06:03 PM (5 years ago)
Author:
eugene
Message:

plug various leaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpOverlaps.c

    r39980 r41511  
    168168    psVectorStats (stats, Dvec, NULL, NULL, 0);
    169169    double Dmid = stats->sampleMean;
     170
     171    psFree (Rvec);
     172    psFree (Dvec);
     173    psFree (stats);
    170174
    171175    psProjection *frame = psProjectionAlloc (Rmid, Dmid, PS_RAD_DEG/3600.0, PS_RAD_DEG/3600.0, PS_PROJ_TAN);
Note: See TracChangeset for help on using the changeset viewer.