Changeset 15670
- Timestamp:
- Nov 20, 2007, 9:19:01 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroEnforceChips.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroEnforceChips.c
r15562 r15670 16 16 if (!status) { 17 17 psError(PS_ERR_IO, true, "Failed to lookup pixel tolerance"); 18 psFree (view); 18 19 return false; 19 20 } … … 21 22 if (!status) { 22 23 psError(PS_ERR_IO, true, "Failed to lookup angle tolerance"); 24 psFree (view); 23 25 return false; 24 26 } … … 72 74 obsChip->fromFPA = psMemIncrRefCounter (refChip->fromFPA); 73 75 } 76 psFree (view); 74 77 return true; 75 78 }
Note:
See TracChangeset
for help on using the changeset viewer.
