IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8601


Ignore:
Timestamp:
Aug 25, 2006, 12:01:29 PM (20 years ago)
Author:
Paul Price
Message:

Forgot to free.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psTrace.c

    r8600 r8601  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.77 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2006-08-25 22:00:54 $
     11 *  @version $Revision: 1.78 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2006-08-25 22:01:29 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    603603                write(traceFD, "\n", 1);
    604604            }
     605            psFree(line);
    605606        } else {
    606607            write(traceFD, "\n", 1);
Note: See TracChangeset for help on using the changeset viewer.