IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 7:27:29 PM (16 years ago)
Author:
eugene
Message:

updates from eam_branches/20091201

File:
1 edited

Legend:

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

    r21183 r26892  
    127127static void histogramFree(psHistogram* myHist)
    128128{
    129     psFree((void *)myHist->bounds);
     129    psFree(myHist->bounds);
    130130    psFree(myHist->nums);
    131131}
Note: See TracChangeset for help on using the changeset viewer.