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