IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 3, 2004, 3:05:00 PM (22 years ago)
Author:
desonia
Message:

changed the psError signature to match SDRS. Also made misc. cleanups as
I was combing the files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psFunc04.c

    r2204 r2273  
    5353    }
    5454
    55     p_psSpline1DFree(tmpSpline);
     55    psFree(tmpSpline);
    5656    psMemCheckCorruption(1);
    5757    psFree(data);
     
    105105    }
    106106
    107     p_psSpline1DFree(tmpSpline);
     107    psFree(tmpSpline);
    108108    psMemCheckCorruption(1);
    109109    psFree(data);
Note: See TracChangeset for help on using the changeset viewer.