Changeset 11265 for trunk/psLib/test/math/tap_psPolyFit1D.c
- Timestamp:
- Jan 24, 2007, 12:14:48 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tap_psPolyFit1D.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psPolyFit1D.c
r10848 r11265 318 318 } 319 319 320 psMemCheckCorruption( 1);320 psMemCheckCorruption(stderr, false); 321 321 psFree(myPoly); 322 322 psFree(mask); … … 327 327 psFree(fErr); 328 328 psFree(stats); 329 psMemCheckCorruption( 1);329 psMemCheckCorruption(stderr, false); 330 330 memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false); 331 331 if (0 != memLeaks) {
Note:
See TracChangeset
for help on using the changeset viewer.
