Changeset 1073 for trunk/psLib/test/image/tst_psImageStats02.c
- Timestamp:
- Jun 23, 2004, 1:00:17 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/tst_psImageStats02.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImageStats02.c
r1072 r1073 102 102 "psImageStats functions", 103 103 "Deallocate the psStats/psImage structure."); 104 ps StatsFree(myStats);105 ps ImageFree(tmpImage);106 ps ImageFree(outImage);107 ps Polynomial2DFree(my2DPoly);104 psFree(myStats); 105 psFree(tmpImage); 106 psFree(outImage); 107 psFree(my2DPoly); 108 108 109 109 psMemCheckCorruption(1);
Note:
See TracChangeset
for help on using the changeset viewer.
