- Timestamp:
- Oct 4, 2010, 3:01:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/Ohana/src/opihi/dvo/skycoverage.c
r27435 r29314 179 179 PutCoords (&coords, &buf[0].header); 180 180 181 if ((image = LoadImages (&Nimage)) == NULL) return (FALSE); 181 image = LoadImages(&Nimage); 182 if (image == NULL) { 183 return (FALSE); 184 } 182 185 BuildChipMatch (image, Nimage); 183 186 … … 251 254 } 252 255 } 253 254 free (image); 256 FreeImages(images); 255 257 return (TRUE); 256 258 }
Note:
See TracChangeset
for help on using the changeset viewer.
