Changeset 2273 for trunk/psLib/test/dataManip/tst_psFunc04.c
- Timestamp:
- Nov 3, 2004, 3:05:00 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
r2204 r2273 53 53 } 54 54 55 p _psSpline1DFree(tmpSpline);55 psFree(tmpSpline); 56 56 psMemCheckCorruption(1); 57 57 psFree(data); … … 105 105 } 106 106 107 p _psSpline1DFree(tmpSpline);107 psFree(tmpSpline); 108 108 psMemCheckCorruption(1); 109 109 psFree(data);
Note:
See TracChangeset
for help on using the changeset viewer.
