Changeset 11265 for trunk/psLib/test/math/tap_psPolyFit4D.c
- Timestamp:
- Jan 24, 2007, 12:14:48 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tap_psPolyFit4D.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psPolyFit4D.c
r10848 r11265 431 431 } 432 432 433 psMemCheckCorruption( 1);433 psMemCheckCorruption(stderr, false); 434 434 psFree(myPoly); 435 435 psFree(mask); … … 446 446 psFree(fErr); 447 447 psFree(stats); 448 psMemCheckCorruption( 1);448 psMemCheckCorruption(stderr, false); 449 449 memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false); 450 450 if (0 != memLeaks) {
Note:
See TracChangeset
for help on using the changeset viewer.
