IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 28, 2005, 7:04:10 AM (21 years ago)
Author:
eugene
Message:

cleanup memory leaks

File:
1 edited

Legend:

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

    r4641 r4642  
    8383    float YMAX  = psMetadataLookupF32 (&status, config, "YMAX");
    8484    psRegion *keep = psRegionAlloc (XMIN, XMAX, YMIN, YMAX);
    85     keep           = psRegionForImage (keep, image, keep);
     85    keep = psRegionForImage (keep, image, keep);
    8686    psImageKeepRegion (mask, keep, OR, 0x01);
     87    psFree (keep);
    8788
    8889    // mask the saturated pixels
Note: See TracChangeset for help on using the changeset viewer.