IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2005, 11:44:09 AM (21 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/tst_psFunc02.c

    r4547 r4731  
    1616psS32 main()
    1717{
     18    psLogSetFormat("HLNM");
    1819    psS32 testStatus = true;
    1920    psS32 memLeaks=0;
     
    388389                    "psSpline1DAllocGeneric(): negative order",
    389390                    testStatus);
     391        // XXX: Currently, if you free a psStructure twice, it seg faults.  Why?
     392        psFree(bounds);
    390393    */
    391     psFree(bounds);
    392 
    393394    /****************************************************************************/
    394395    /****************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.