Changeset 1946 for trunk/psLib/test/dataManip/tst_psFunc04.c
- Timestamp:
- Oct 3, 2004, 2:39:58 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psFunc04.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psFunc04.c
r1861 r1946 24 24 float x; 25 25 float y; 26 //int currentId = psMemGetId();26 int currentId = psMemGetId(); 27 27 psSpline1D *tmpSpline; 28 28 psVector *data; 29 29 30 30 psTraceSetLevel(".", 0); 31 31 32 /****************************************************************************/ 32 33 /****************************************************************************/ … … 52 53 } 53 54 54 p sFree(tmpSpline);55 p_psSpline1DFree(tmpSpline); 55 56 psMemCheckCorruption(1); 56 // memLeaks = psMemCheckLeaks(currentId,NULL,stderr); 57 psFree(data); 58 memLeaks = psMemCheckLeaks(currentId,NULL,stderr); 57 59 if (0 != memLeaks) { 58 60 psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
Note:
See TracChangeset
for help on using the changeset viewer.
