IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 28, 2005, 7:04:10 AM (21 years ago)
Author:
eugene
Message:

cleanup memory leaks

File:
1 edited

Legend:

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

    r4216 r4642  
    3535        stats = psStatsAlloc (PS_STAT_SAMPLE_MEDIAN);
    3636        stats = psVectorStats (stats, subset, NULL, NULL, 0); // use a mask?
     37        psFree (subset);
     38        psFree (rnd)
    3739    }
    3840
Note: See TracChangeset for help on using the changeset viewer.