- Timestamp:
- Jan 4, 2010, 10:02:37 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psLib/src/math/psHistogram.c
r21183 r26504 127 127 static void histogramFree(psHistogram* myHist) 128 128 { 129 psFree( (void *)myHist->bounds);129 psFree(myHist->bounds); 130 130 psFree(myHist->nums); 131 131 }
Note:
See TracChangeset
for help on using the changeset viewer.
