IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2006, 1:16:16 PM (20 years ago)
Author:
drobbin
Message:

Fixed memory leak and output errors associated with psImageSlice -> psVectorSort and p_psVectorSampleMedian.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psStats.c

    r6484 r7055  
    1616 * use ->min and ->max (PS_STAT_USE_RANGE)
    1717 *
    18  *  @version $Revision: 1.170 $ $Name: not supported by cvs2svn $
    19  *  @date $Date: 2006-02-24 23:43:15 $
     18 *  @version $Revision: 1.171 $ $Name: not supported by cvs2svn $
     19 *  @date $Date: 2006-05-03 23:16:16 $
    2020 *
    2121 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    617617                PS_ERRORTEXT_psStats_STATS_SAMPLE_MEDIAN_SORT_PROBLEM);
    618618        psTrace(__func__, 4, "---- %s(false) end ----\n", __func__);
     619        psFree(unsortedVector);
    619620        return(false);
    620621    }
Note: See TracChangeset for help on using the changeset viewer.