Changeset 1956 for trunk/psLib/test/image/tst_psImageStats00.c
- Timestamp:
- Oct 5, 2004, 8:53:36 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/tst_psImageStats00.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImageStats00.c
r1948 r1956 179 179 } 180 180 181 myHist2 = psImageHistogram(NULL,tmpImage,tmpMask,1); 181 psLogMsg(__func__,PS_LOG_INFO,"Following should be an error for invalid mask type."); 182 myHist2 = psImageHistogram(myHist,tmpImage,tmpMask,1); 182 183 if (myHist2 != NULL) { 183 184 printf("ERROR: myHist2 not equal to NULL\n"); … … 187 188 188 189 psMemCheckCorruption( 1 ); 189 psFree( myHist );190 190 psFree( tmpImage ); 191 191 psMemCheckCorruption( 1 );
Note:
See TracChangeset
for help on using the changeset viewer.
