IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6960


Ignore:
Timestamp:
Apr 22, 2006, 3:07:51 PM (20 years ago)
Author:
magnier
Message:

plugging leaks

Location:
trunk/psModules/src/objects
Files:
5 edited

Legend:

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

    r6873 r6960  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-04-17 18:10:08 $
     8 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-04-23 01:07:51 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6363        return;
    6464
     65    psFree (psf->ChiTrend);
    6566    psFree (psf->ApTrend);
    6667    psFree (psf->growth);
  • trunk/psModules/src/objects/pmPSFtry.c

    r6943 r6960  
    55 *  @author EAM, IfA
    66 *
    7  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2006-04-21 21:26:22 $
     7 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2006-04-23 01:07:51 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    219219    psFree (stats);
    220220    psFree (flux);
     221    psFree (mask);
    221222    psFree (chisq);
    222223
  • trunk/psModules/src/objects/pmSourceFitModel.c

    r6945 r6960  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-04-21 21:29:47 $
     8 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-04-23 01:07:51 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    501501        psFree(constrain->paramDelta);
    502502        psFree(constrain);
     503        pmModelFitSetClear ();
    503504        return(false);
    504505    }
  • trunk/psModules/src/objects/pmSourceIO.c

    r6872 r6960  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-04-17 18:01:05 $
     5 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-04-23 01:07:51 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    147147
    148148    psArray *sources = psMetadataLookupPtr (&status, readout->analysis, "PSPHOT.SOURCES");
     149    if (sources == NULL)
     150        return false;
    149151
    150152    switch (file->type) {
  • trunk/psModules/src/objects/pmSourcePhotometry.c

    r6943 r6960  
    33 *  @author EAM, IfA; GLG, MHPCC
    44 *
    5  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-04-21 21:28:31 $
     5 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-04-23 01:07:51 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    284284        }
    285285    }
     286    psFree (coord);
     287
    286288    if (validSum <= 0)
    287289        return false;
Note: See TracChangeset for help on using the changeset viewer.