Changeset 6379 for trunk/psphot/src/psModulesUtils.c
- Timestamp:
- Feb 7, 2006, 8:52:03 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psModulesUtils.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psModulesUtils.c
r6311 r6379 180 180 181 181 if (config == NULL) return; 182 psFree (config->site); 183 psFree (config->camera); 184 psFree (config->recipe); 185 psFree (config->arguments); 186 psFree (config->options); 187 psFree (config->database); 182 188 return; 183 189 } … … 202 208 203 209 if (file == NULL) return; 210 psFree (file->phu); 211 psFree (file->filename); 212 psFree (file->fpa); 213 psFitsClose (file->fits); 204 214 return; 205 215 }
Note:
See TracChangeset
for help on using the changeset viewer.
