Changeset 11265 for trunk/psLib/test/math/tap_psPolyFit3D.c
- Timestamp:
- Jan 24, 2007, 12:14:48 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tap_psPolyFit3D.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psPolyFit3D.c
r10848 r11265 375 375 } 376 376 377 psMemCheckCorruption( 1);377 psMemCheckCorruption(stderr, false); 378 378 psFree(myPoly); 379 379 psFree(mask); … … 388 388 psFree(fErr); 389 389 psFree(stats); 390 psMemCheckCorruption( 1);390 psMemCheckCorruption(stderr, false); 391 391 memLeaks = psMemCheckLeaks(currentId,NULL,stderr,false); 392 392 if (0 != memLeaks) {
Note:
See TracChangeset
for help on using the changeset viewer.
