IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 10, 2006, 8:29:31 AM (19 years ago)
Author:
magnier
Message:

fixed "free source" for pmSource

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSource.c

    r10551 r10611  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-12-08 11:39:56 $
     8 *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-12-10 18:29:31 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3131static void sourceFree(pmSource *tmp)
    3232{
     33    if (!tmp)
     34        return;
     35
    3336    psTrace("psModules.objects", 5, "---- begin ----\n");
    3437    psFree(tmp->peak);
Note: See TracChangeset for help on using the changeset viewer.