Changeset 23989 for trunk/psLib/src/imageops/psImageStats.c
- Timestamp:
- Apr 28, 2009, 11:21:56 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageStats.c
r21183 r23989 104 104 } 105 105 106 psVectorStats(stats, junkData, NULL, junkMask, 0xff); 106 if (!psVectorStats(stats, junkData, NULL, junkMask, 0xff)) { 107 psFree(junkMask); 108 psFree(junkData); 109 return false; 110 } 107 111 108 112 psFree(junkMask);
Note:
See TracChangeset
for help on using the changeset viewer.
