IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2006, 8:52:03 PM (20 years ago)
Author:
eugene
Message:

extensive cleanup of memory handling : no more leaks!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotFitGalaxies.c

    r6056 r6379  
    1414    float EXT_MIN_SN       = psMetadataLookupF32 (&status, config, "EXT_MIN_SN");
    1515    float EXT_MOMENTS_RAD  = psMetadataLookupF32 (&status, config, "EXT_MOMENTS_RADIUS");
    16     char       *modelName  = psMetadataLookupPtr (&status, config, "EXT_MODEL");
     16    char       *modelName  = psMetadataLookupStr (&status, config, "EXT_MODEL");
    1717    pmModelType modelType  = pmModelSetType (modelName);
    1818
Note: See TracChangeset for help on using the changeset viewer.