IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2010, 3:01:32 PM (16 years ago)
Author:
eugene
Message:

replace free for images with FreeImages (does the right thing if the images are cached)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/Ohana/src/opihi/dvo/skycoverage.c

    r27435 r29314  
    179179  PutCoords (&coords, &buf[0].header);
    180180
    181   if ((image = LoadImages (&Nimage)) == NULL) return (FALSE);
     181  image = LoadImages(&Nimage);
     182  if (image == NULL) {
     183      return (FALSE);
     184  }
    182185  BuildChipMatch (image, Nimage);
    183186
     
    251254    }
    252255  }
    253 
    254   free (image);
     256  FreeImages(images);
    255257  return (TRUE);
    256258}
Note: See TracChangeset for help on using the changeset viewer.