Changeset 25170
- Timestamp:
- Aug 20, 2009, 5:52:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090820/psphot/src/psphotDiagnosticPlots.c
r23989 r25170 68 68 if (!psVectorStats (stats, histogram->nums, NULL, NULL, 0)) { 69 69 psError(PS_ERR_UNKNOWN, false, "failure to measure stats for histogram"); 70 psFree(histogram); 70 71 return false; 71 72 } … … 108 109 if (!psVectorStats (stats, histogram->nums, NULL, NULL, 0)) { 109 110 psError(PS_ERR_UNKNOWN, false, "failure to measure stats for histogram"); 111 psFree(histogram); 110 112 return false; 111 113 }
Note:
See TracChangeset
for help on using the changeset viewer.
