IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18039


Ignore:
Timestamp:
Jun 9, 2008, 3:31:48 PM (18 years ago)
Author:
eugene
Message:

plug leaks

File:
1 edited

Legend:

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

    r17954 r18039  
    181181        bool mdok;                      // Status of MD lookup
    182182        if (!psMetadataLookupBool(&mdok, recipe, PSPHOT_RECIPE_PSF_FAKE_ALLOW)) {
     183            psFree (modelNames);
     184            psFree(options);
    183185            return false;
    184186        }
     
    186188        psErrorStackPrint (stderr, "Using guess PSF model");
    187189        psErrorClear();
    188 
    189         psFree(options);
    190190
    191191        // unset the PSFSTAR flags (none are used):
Note: See TracChangeset for help on using the changeset viewer.