Changeset 2273 for trunk/psLib/test/dataManip/tst_psFunc07.c
- Timestamp:
- Nov 3, 2004, 3:05:00 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psFunc07.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psFunc07.c
r2223 r2273 83 83 psFree(newX); 84 84 psFree(y); 85 p _psSpline1DFree(tmpSpline);85 psFree(tmpSpline); 86 86 psFree(newY); 87 87 … … 152 152 psFree(newX); 153 153 psFree(y); 154 p _psSpline1DFree(tmpSpline);154 psFree(tmpSpline); 155 155 psFree(newY); 156 156
Note:
See TracChangeset
for help on using the changeset viewer.
