Changeset 25886
- Timestamp:
- Oct 18, 2009, 10:54:21 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotDiagnosticPlots.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotDiagnosticPlots.c
r23989 r25886 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.
