Changeset 5786 for trunk/archive/scripts/src/phase2/pmFPA.c
- Timestamp:
- Dec 13, 2005, 5:47:35 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/archive/scripts/src/phase2/pmFPA.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/scripts/src/phase2/pmFPA.c
r5633 r5786 77 77 fpa->chips = psArrayAlloc(0); 78 78 79 fpa->phu = NULL; 79 80 fpa->hdu = NULL; 80 81 … … 89 90 90 91 psFree(fpa->concepts); 91 psFree( (psPtr)fpa->camera);92 psFree(fpa->camera); 92 93 psFree(fpa->chips); 93 94 95 psFree(fpa->phu); 94 96 psFree(fpa->hdu); 95 97 }
Note:
See TracChangeset
for help on using the changeset viewer.
