IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 6, 2006, 6:02:11 PM (20 years ago)
Author:
Paul Price
Message:

Was freeing stuff I shouldn't have.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppFringe/src/ppFringeData.c

    r7826 r7839  
    77    )
    88{
    9     psFree(data->inName);
    10     psFree(data->outName);
    11     psFree(data->templateName);
    12     psFree(data->numPoints);
     9    // inName, outName and templateName are not on the psLib memory system (they are from argv).
    1310    psFree(data->inFPA);
    1411
Note: See TracChangeset for help on using the changeset viewer.