IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17324


Ignore:
Timestamp:
Apr 4, 2008, 3:47:11 PM (18 years ago)
Author:
eugene
Message:

free memory leak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080324/psModules/src/objects/pmSource.c

    r17308 r17324  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.51.2.2 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2008-04-03 06:01:04 $
     8 *  @version $Revision: 1.51.2.3 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2008-04-05 01:47:11 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5151    psFree(tmp->modelEXT);
    5252    psFree(tmp->modelFits);
     53    psFree(tmp->extpars);
    5354    psFree(tmp->blends);
    5455    psTrace("psModules.objects", 5, "---- end ----\n");
Note: See TracChangeset for help on using the changeset viewer.