IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2025


Ignore:
Timestamp:
Oct 8, 2004, 12:59:09 PM (22 years ago)
Author:
harman
Message:

Fixed memory leak

Location:
trunk/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psTime.c

    r2019 r2025  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-10-08 01:40:11 $
     13 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-10-08 22:59:09 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    825825
    826826    // Allocate psTime struct
    827     ALLOC_TIME(outTime)
     827    //ALLOC_TIME(outTime)
    828828
    829829    // Convert tm time to psTime
  • trunk/psLib/src/astronomy/psTime.c

    r2019 r2025  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-10-08 01:40:11 $
     13 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-10-08 22:59:09 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    825825
    826826    // Allocate psTime struct
    827     ALLOC_TIME(outTime)
     827    //ALLOC_TIME(outTime)
    828828
    829829    // Convert tm time to psTime
Note: See TracChangeset for help on using the changeset viewer.