IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 29, 2006, 10:23:54 AM (20 years ago)
Author:
drobbin
Message:

debugged and updated wrt recent major patch applied by JH. LogMsg was memory leaking, some printf statements needed updating and slight modifications to tests.

File:
1 edited

Legend:

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

    r8604 r8668  
    1111 *  @author GLG, MHPCC
    1212 *
    13  *  @version $Revision: 1.62 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-08-25 22:06:08 $
     13 *  @version $Revision: 1.63 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2006-08-29 20:23:54 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    351351            line = strtok_r(NULL, "\n", &msgPtr);
    352352        }
     353        psFree(msg);
    353354    } else {
    354355        write(logFD, "\n", 1);
Note: See TracChangeset for help on using the changeset viewer.