IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2010, 12:50:29 PM (16 years ago)
Author:
eugene
Message:

merge changes from eam_branches/ipp-20100823

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/skycoverage.c

    r27435 r29540  
    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(image);
    255257  return (TRUE);
    256258}
Note: See TracChangeset for help on using the changeset viewer.