IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2005, 1:44:22 PM (21 years ago)
Author:
desonia
Message:

added enhancement to psFree so that it sets the reference being freed to
NULL (thanks Gus).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataIO/psLookupTable.c

    r4167 r4308  
    77*  @author Ross Harman, MHPCC
    88*
    9 *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2005-06-09 00:56:37 $
     9*  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2005-06-17 23:44:21 $
    1111*
    1212*  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    246246
    247247    psFree(table->values);
    248     psFree((char*)table->filename);
    249     psFree((char*)table->format);
     248    psFree(table->filename);
     249    psFree(table->format);
    250250}
    251251
Note: See TracChangeset for help on using the changeset viewer.