Changeset 4731 for trunk/psLib/test/math/tst_psFunc02.c
- Timestamp:
- Aug 8, 2005, 11:44:09 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tst_psFunc02.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psFunc02.c
r4547 r4731 16 16 psS32 main() 17 17 { 18 psLogSetFormat("HLNM"); 18 19 psS32 testStatus = true; 19 20 psS32 memLeaks=0; … … 388 389 "psSpline1DAllocGeneric(): negative order", 389 390 testStatus); 391 // XXX: Currently, if you free a psStructure twice, it seg faults. Why? 392 psFree(bounds); 390 393 */ 391 psFree(bounds);392 393 394 /****************************************************************************/ 394 395 /****************************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.
