Changeset 7173
- Timestamp:
- May 22, 2006, 3:09:48 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPA.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPA.c
r7060 r7173 12 12 * XXX: Should we implement non-linear cell->chip transforms? 13 13 * 14 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-05- 04 03:57:32$14 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-05-23 01:09:48 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 178 178 if (cell->hdu) { 179 179 psFree(cell->hdu->images); 180 cell->hdu->images = NULL; 180 181 } 181 182 } … … 188 189 if (chip->hdu) { 189 190 psFree(chip->hdu->images); 191 chip->hdu->images = NULL; 190 192 } 191 193 } … … 198 200 if (fpa->hdu) { 199 201 psFree(fpa->hdu->images); 202 fpa->hdu->images = NULL; 200 203 } 201 204 }
Note:
See TracChangeset
for help on using the changeset viewer.
