Changeset 2273 for trunk/psLib/test/dataManip/tst_psFunc03.c
- Timestamp:
- Nov 3, 2004, 3:05:00 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psFunc03.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psFunc03.c
r2204 r2273 72 72 } 73 73 74 p _psSpline1DFree(tmpSpline);74 psFree(tmpSpline); 75 75 psFree(bounds); 76 76 psMemCheckCorruption(1); … … 132 132 } 133 133 134 p _psSpline1DFree(tmpSpline);134 psFree(tmpSpline); 135 135 psFree(bounds); 136 136 psMemCheckCorruption(1);
Note:
See TracChangeset
for help on using the changeset viewer.
