IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13936


Ignore:
Timestamp:
Jun 21, 2007, 1:53:33 PM (19 years ago)
Author:
jhoblitt
Message:

add missing free

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astro/tap_psTime_03.c

    r13623 r13936  
    1111 *  @author  Eric Van Alst, MHPCC
    1212 *
    13  *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
    14  *  @date  $Date: 2007-06-05 01:10:22 $
     13 *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
     14 *  @date  $Date: 2007-06-21 23:53:33 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    201201        time->nsec = 2e9;
    202202        ok(psTimeMath(time, -1.1) == NULL, "psTimeMath() returns NULL for unallowable time input");
     203        psFree(time);
     204
    203205        ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
    204206    }
Note: See TracChangeset for help on using the changeset viewer.